l2tp: line-break long function prototypes
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:13 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commitc0235fb39b0cdb8e33f1a68a031a94544487a56d
treeed332aa31c02afc2c6aa88f2fedb40fde46a057b
parentbdf9866e4b1be12a7af7eaf11f6dcf1b92f7073f
l2tp: line-break long function prototypes

In l2tp_core.c both l2tp_tunnel_create and l2tp_session_create take
quite a number of arguments and have a correspondingly long prototype.

This is both quite difficult to scan visually, and triggers checkpatch
warnings.

Add a line break to make these function prototypes more readable.

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