]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: cleanup wonky alignment of line-broken function calls
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:08 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commit2505bbf9b2242938deb88121d767659247e2a38e
tree68465d549555924c5ca738f1cba356c1e39e5d50
parente44e87110ef951b99fd2f665ce8f96ee8a5dfe79
l2tp: cleanup wonky alignment of line-broken function calls

Arguments should be aligned with the function call open parenthesis as
per checkpatch.  Tweak some function calls which were not aligned
correctly.

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