Re: [PATCH] net: sunrpc: fixed function and extra line coding styles

2021-03-16 Thread Trond Myklebust
On Tue, 2021-03-16 at 12:58 -0700, namratajanawade wrote: > Block comments written in format suggested by checkpatch.pl. > Removed trailing semicolon in macros definition as macros should not > use a trailing semicolon. > Open braces shifted to new line (as suggested by checkpatch.pl). > > Signed-

[PATCH] net: sunrpc: fixed function and extra line coding styles

2021-03-16 Thread namratajanawade
Block comments written in format suggested by checkpatch.pl. Removed trailing semicolon in macros definition as macros should not use a trailing semicolon. Open braces shifted to new line (as suggested by checkpatch.pl). Signed-off-by: namratajanawade --- net/sunrpc/auth.c | 36 ++--