diff options
| author | Tom Parkin <tparkin@katalix.com> | 2020-07-28 20:20:30 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-07-31 02:45:31 +0300 |
| commit | 628703f59dcc832a0bd04b4fa41d856e5df98112 (patch) | |
| tree | a2b3fc3c205ecf055a80ef21e829cb1e7d5304fd /scripts/gdb/linux/proc.py | |
| parent | 52016e259bab98613453e29d42f2ffe456feee11 (diff) | |
| download | linux-628703f59dcc832a0bd04b4fa41d856e5df98112.tar.xz | |
l2tp: return void from l2tp_session_delete
l2tp_session_delete is used to schedule a session instance for deletion.
The function itself always returns zero, and none of its direct callers
check its return value, so have the function return void.
This change de-facto changes the l2tp netlink session_delete callback
prototype since all pseudowires currently use l2tp_session_delete for
their implementation of that operation.
Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions
