Re: [PATCH] net: decnet: Fixed multiple Coding Style issues

2021-03-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 23 Mar 2021 23:14:19 +0530 you wrote: > Made changes to coding style as suggested by checkpatch.pl > changes are of the type: > space required before the open parenthesis '(' > space requ

[PATCH] net: decnet: Fixed multiple Coding Style issues

2021-03-23 Thread Sai Kalyaan Palla
Made changes to coding style as suggested by checkpatch.pl changes are of the type: space required before the open parenthesis '(' space required after that ',' Signed-off-by: Sai Kalyaan Palla --- net/decnet/dn_route.c | 26 +- 1 file chan

Re: [PATCH] net: decnet: Fixed multiple coding style issues

2021-03-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 20 Mar 2021 11:45:12 +0530 you wrote: > Made changes to coding style as suggested by checkpatch.pl > changes are of the type: > open brace '{' following struct go on the same line > do not use assignment

[PATCH] net: decnet: Fixed multiple coding style issues

2021-03-20 Thread Sai Kalyaan Palla
Made changes to coding style as suggested by checkpatch.pl changes are of the type: open brace '{' following struct go on the same line do not use assignment in if condition Signed-off-by: Sai Kalyaan Palla --- net/decnet/dn_route.c | 21 + 1 file changed, 13