]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0cda925fe27d41461da8adaf47d0263d8b797429
treeed332aa31c02afc2c6aa88f2fedb40fde46a057b
parent1fdb0cc448920b1536ecf14848bc193358a6a96d
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