[PATCH] net: ipv4: Fixed some styling issues.

2021-03-17 Thread Anish Udupa
Ran checkpatch and found these warnings. Fixed some of them in this patch. a) Added a space before '='. b) Removed the space before the tab. Signed-off-by: Anish Udupa H --- net/ipv4/route.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ipv4/route.c

[PATCH] net: ipv6: Fixed some styling issues.

2021-03-16 Thread Anish Udupa
Ran checkpatch and found some warnings. Fixed some of them in this patch. a) Added a new line after declarations. b) Added * before each line in a multi-line comment and made sure that they are aligned properly. Signed-off-by: Anish Udupa H --- net/ipv6/icmp.c | 15 --- 1 file

[PATCH] drivers: staging: qlge: Fixed an alignment issue.

2021-03-16 Thread Anish Udupa
The * of the comment was not aligned properly. Ran checkpatch and found the warning. Resolved it in this patch. Signed-off-by: Anish Udupa --- drivers/staging/qlge/qlge_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging

[PATCH] drivers: qlge: Fixed an alignment issue.

2021-03-16 Thread Anish Udupa
The * of the comment was not aligned properly. Ran checkpatch and found the warning. Resolved it in this patch. Signed-off-by: Anish Udupa --- drivers/staging/qlge/qlge_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging