[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 +-

[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 c