Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3949015e authored by Kristina Martsenko's avatar Kristina Martsenko Committed by Greg Kroah-Hartman
Browse files

staging: lustre: ptlrpc: clean up whitespace around parentheses



Fix the following types of checkpatch errors and warnings to comply with
coding style:

ERROR: space required before the open parenthesis '('
ERROR: space prohibited after that open parenthesis '('
ERROR: space prohibited before that close parenthesis ')'
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: default avatarKristina Martsenko <kristina.martsenko@gmail.com>
Reviewed-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0d100bfc
Loading
Loading
Loading
Loading
+37 −38
Original line number Diff line number Diff line
@@ -424,8 +424,7 @@ static void ptlrpc_master_callback(lnet_event_t *ev)
		callback == reply_in_callback ||
		callback == client_bulk_callback ||
		callback == request_in_callback ||
		 callback == reply_out_callback
		 );
		callback == reply_out_callback);

	callback(ev);
}
+35 −35

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

Loading