mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
global change: fix tools/checkpatch.sh warnnings
Change-Id: I88cfa979c44bcaf3a8f6e036c6bfccd3402ca85a Signed-off-by: ligd <liguiding@fishsemi.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/****************************************************************************
|
||||
* libs/libc/misc/lib_stream.c
|
||||
*
|
||||
* Copyright (C) 2007, 2011, 2013-2014, 2017 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2007, 2011, 2013-2014, 2017 Gregory Nutt.
|
||||
* All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -89,7 +90,7 @@ void lib_stream_initialize(FAR struct task_group_s *group)
|
||||
/* Initialize each FILE structure */
|
||||
|
||||
for (i = 0; i < CONFIG_NFILE_STREAMS; i++)
|
||||
{
|
||||
{
|
||||
FAR struct file_struct *stream = &list->sl_streams[i];
|
||||
|
||||
/* Clear the IOB */
|
||||
|
||||
Reference in New Issue
Block a user