提交 218c394a 编写于 作者: H Himangi Saraogi 提交者: Greg Kroah-Hartman

drivers/staging/lustre/lustre/osc/osc_io.c : remove space prohibited warning

There was a warning on running checkpatch.pl on the file
drivers/staging/lustre/lustre/osc/osc_io.c which stated:
WARNING: space prohibited between function name and open parenthesis '('
108: FILE: staging/lustre/lustre/osc/osc_io.c:108:
+	LIST_HEAD     (list);

total: 0 errors, 1 warnings, 828 lines checked

To get rid of the warning the extra spaces were eliminated.
Signed-off-by: NHimangi Saraogi <himangi774@gmail.com>
Reviewed-by: NRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5e1b887f
...@@ -105,7 +105,7 @@ static int osc_io_submit(const struct lu_env *env, ...@@ -105,7 +105,7 @@ static int osc_io_submit(const struct lu_env *env,
struct osc_object *osc = NULL; /* to keep gcc happy */ struct osc_object *osc = NULL; /* to keep gcc happy */
struct osc_page *opg; struct osc_page *opg;
struct cl_io *io; struct cl_io *io;
LIST_HEAD (list); LIST_HEAD(list);
struct cl_page_list *qin = &queue->c2_qin; struct cl_page_list *qin = &queue->c2_qin;
struct cl_page_list *qout = &queue->c2_qout; struct cl_page_list *qout = &queue->c2_qout;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册