commit | 0864e331fd53fec3933b99beeb7b1136b14efc63 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:09 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | 0b20fd1ad59f6339042f4c79812418505edf3b92 | |
parent | 8ce9825a5993a935631a84b5cce9f65af61d4e59 [diff] |
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>