Re: [PATCH] net: clean up codestyle for net/ipv4

2020-08-25 Thread David Miller
From: Miaohe Lin Date: Tue, 25 Aug 2020 08:32:11 -0400 > This is a pure codestyle cleanup patch. Also add a blank line after > declarations as warned by checkpatch.pl. > > Signed-off-by: Miaohe Lin Applied to net-next.

[PATCH] net: clean up codestyle for net/ipv4

2020-08-25 Thread Miaohe Lin
This is a pure codestyle cleanup patch. Also add a blank line after declarations as warned by checkpatch.pl. Signed-off-by: Miaohe Lin --- net/ipv4/ip_options.c | 35 +++ net/ipv4/ip_output.c | 2 +- net/ipv4/route.c | 6 +++--- 3 files changed, 23 inserti