All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Nault <g.nault@alphalink.fr>
To: netdev@vger.kernel.org
Cc: James Chapman <jchapman@katalix.com>
Subject: [PATCH net-next 0/2] l2tp: constify l2tp_session_get*() and l2tp_tunnel_find*()
Date: Wed, 12 Apr 2017 10:05:28 +0200	[thread overview]
Message-ID: <cover.1491984104.git.g.nault@alphalink.fr> (raw)

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

             reply	other threads:[~2017-04-12  8:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12  8:05 Guillaume Nault [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1491984104.git.g.nault@alphalink.fr \
    --to=g.nault@alphalink.fr \
    --cc=jchapman@katalix.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.