linux_dsm_epyc7002/drivers/net/ppp
Nathan Chancellor 08cbc75f96 ppp: Adjust indentation into ppp_async_input
Clang warns:

../drivers/net/ppp/ppp_async.c:877:6: warning: misleading indentation;
statement is not part of the previous 'if' [-Wmisleading-indentation]
                                ap->rpkt = skb;
                                ^
../drivers/net/ppp/ppp_async.c:875:5: note: previous statement is here
                                if (!skb)
                                ^
1 warning generated.

This warning occurs because there is a space before the tab on this
line. Clean up this entire block's indentation so that it is consistent
with the Linux kernel coding style and clang no longer warns.

Fixes: 6722e78c90 ("[PPP]: handle misaligned accesses")
Link: https://github.com/ClangBuiltLinux/linux/issues/800
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-09 20:32:40 -08:00
..
bsd_comp.c
Kconfig
Makefile
ppp_async.c ppp: Adjust indentation into ppp_async_input 2019-12-09 20:32:40 -08:00
ppp_deflate.c
ppp_generic.c ppp: fix out-of-bounds access in bpf_prog_create() 2019-12-05 14:45:19 -08:00
ppp_mppe.c
ppp_mppe.h
ppp_synctty.c
pppoe.c pppoe: remove redundant BUG_ON() check in pppoe_pernet 2019-12-07 11:52:23 -08:00
pppox.c
pptp.c netfilter: drop bridge nf reset from nf_reset 2019-10-01 18:42:15 +02:00