commit | c0235fb39b0cdb8e33f1a68a031a94544487a56d | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:13 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | ed332aa31c02afc2c6aa88f2fedb40fde46a057b | |
parent | bdf9866e4b1be12a7af7eaf11f6dcf1b92f7073f [diff] |
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>