]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: cleanup suspect code indent
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:09 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commit4b11a8b314c5a7f990931626c2776bb076ad0658
tree0b20fd1ad59f6339042f4c79812418505edf3b92
parent2505bbf9b2242938deb88121d767659247e2a38e
l2tp: cleanup suspect code indent

l2tp_core has conditionally compiled code in l2tp_xmit_skb for IPv6
support.  The structure of this code triggered a checkpatch warning
due to incorrect indentation.

Fix up the indentation to address the checkpatch warning.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c