]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: lustre: Remove space after the name of that function
authoraybuke ozdemir <aybuke.147@gmail.com>
Thu, 26 Feb 2015 21:45:48 +0000 (23:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:26:07 +0000 (15:26 -0800)
Fix checkpatch.pl issues with "space prohibited between function name
and open parenthesis" in file.c

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/file.c

index ab8f1a98c7466fd2cca1389ba8066b5c2ceeefac..0fd113d58da0ed9e6360fd2ccd210d1d29369af4 100644 (file)
@@ -693,7 +693,7 @@ restart:
 out_och_free:
        if (rc) {
                if (och_p && *och_p) {
-                       OBD_FREE(*och_p, sizeof (struct obd_client_handle));
+                       OBD_FREE(*och_p, sizeof(struct obd_client_handle));
                        *och_p = NULL; /* OBD_FREE writes some magic there */
                        (*och_usecount)--;
                }