Searched hist:"9 f7da9a0e3dc43fa6046fd29cc4531b86af65446" (Results 1 – 2 of 2) sorted by relevance
/linux/net/l2tp/ |
H A D | l2tp_netlink.c | 9f7da9a0e3dc43fa6046fd29cc4531b86af65446 Wed Jul 22 16:32:07 UTC 2020 Tom Parkin <tparkin@katalix.com> 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>
|
H A D | l2tp_ppp.c | 9f7da9a0e3dc43fa6046fd29cc4531b86af65446 Wed Jul 22 16:32:07 UTC 2020 Tom Parkin <tparkin@katalix.com> 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>
|