mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
Staging: lustre: Remove space after the name of that function
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c7849595f5
commit
ff0dd12743
@@ -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)--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user