OSDN Git Service

l2tp: cleanup difficult-to-read line breaks
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:07 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commit9f7da9a0e3dc43fa6046fd29cc4531b86af65446
tree3e6848bcfff855d6e06a23a4335292de9f28fa1e
parent20dcb1107ab1a3423c72a88269b9775cc549262a
l2tp: cleanup difficult-to-read line breaks

Some l2tp code had line breaks which made the code more difficult to
read.  These were originally motivated by the 80-character line width
coding guidelines, but were actually a negative from the perspective of
trying to follow the code.

Remove these linebreaks for clearer code, even if we do exceed 80
characters in width in some places.

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