All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] l2tp: constify l2tp_session_get*() and l2tp_tunnel_find*()
@ 2017-04-12  8:05 Guillaume Nault
  2017-04-12  8:05 ` [PATCH net-next 1/2] l2tp: define parameters of l2tp_session_get*() as "const" Guillaume Nault
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Guillaume Nault @ 2017-04-12  8:05 UTC (permalink / raw)
  To: netdev; +Cc: James Chapman

Declare parameters of these functions as "const" where possible.

Guillaume Nault (2):
  l2tp: define parameters of l2tp_session_get*() as "const"
  l2tp: define parameters of l2tp_tunnel_find*() as "const"

 net/l2tp/l2tp_core.c | 11 ++++++-----
 net/l2tp/l2tp_core.h |  9 +++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-04-12 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12  8:05 [PATCH net-next 0/2] l2tp: constify l2tp_session_get*() and l2tp_tunnel_find*() Guillaume Nault
2017-04-12  8:05 ` [PATCH net-next 1/2] l2tp: define parameters of l2tp_session_get*() as "const" Guillaume Nault
2017-04-12  8:05 ` [PATCH net-next 2/2] l2tp: define parameters of l2tp_tunnel_find*() " Guillaume Nault
2017-04-12 14:44 ` [PATCH net-next 0/2] l2tp: constify l2tp_session_get*() and l2tp_tunnel_find*() David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.