From: Himangi Saraogi Date: Wed, 23 Oct 2013 20:40:11 +0000 (+0530) Subject: drivers/staging/lustre/lustre/osc/osc_io.c : remove space prohibited warning X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218c394a9acece79fce6c16d2b62f753cd993a0e;p=pandora-kernel.git 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 Reviewed-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed