Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] l2tp: trivial cleanups
@ 2018-06-25 14:07 Guillaume Nault
  2018-06-25 14:07 ` [PATCH net-next 1/7] l2tp: remove pppol2tp_session_close() Guillaume Nault
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Guillaume Nault @ 2018-06-25 14:07 UTC (permalink / raw)
  To: netdev; +Cc: James Chapman

Just a set of unrelated trivial cleanups (remove unused code, make
local functions static, etc.).

Guillaume Nault (7):
  l2tp: remove pppol2tp_session_close()
  l2tp: remove .show from struct l2tp_tunnel
  l2tp: remove l2tp_tunnel_priv()
  l2tp: don't export l2tp_session_queue_purge()
  l2tp: don't export l2tp_tunnel_closeall()
  l2tp: avoid duplicate l2tp_pernet() calls
  l2tp: make l2tp_xmit_core() return void

 net/l2tp/l2tp_core.c    | 15 +++++----------
 net/l2tp/l2tp_core.h    | 12 ------------
 net/l2tp/l2tp_debugfs.c |  3 ---
 net/l2tp/l2tp_ppp.c     |  7 -------
 4 files changed, 5 insertions(+), 32 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-26 13:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 14:07 [PATCH net-next 0/7] l2tp: trivial cleanups Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 1/7] l2tp: remove pppol2tp_session_close() Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 2/7] l2tp: remove .show from struct l2tp_tunnel Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 3/7] l2tp: remove l2tp_tunnel_priv() Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 4/7] l2tp: don't export l2tp_session_queue_purge() Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 5/7] l2tp: don't export l2tp_tunnel_closeall() Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 6/7] l2tp: avoid duplicate l2tp_pernet() calls Guillaume Nault
2018-06-25 14:07 ` [PATCH net-next 7/7] l2tp: make l2tp_xmit_core() return void Guillaume Nault
2018-06-26 13:56 ` [PATCH net-next 0/7] l2tp: trivial cleanups David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox