]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/staging/lustre/lustre/osc/osc_io.c : remove space prohibited warning
authorHimangi Saraogi <himangi774@gmail.com>
Wed, 23 Oct 2013 20:40:11 +0000 (02:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:23:53 +0000 (20:23 -0700)
commitf22c3cf531ec1d3d0859760e6e4ec94ec64f16e0
tree9a007e631647f2af57ee526ba23c9a6685758851
parent6f118f9a49f7c576af3b9366a776ff5299c0745b
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: Himangi Saraogi <himangi774@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_io.c