From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org
Subject: [PATCH net-next 0/2] Two SCTP cleanup patches
Date: Mon, 17 Jun 2013 11:40:03 +0200 [thread overview]
Message-ID: <1371462005-19310-1-git-send-email-dborkman@redhat.com> (raw)
Two cleanup-only patches to make the code more readable and consistent
with the rest of the kernel code.
Daniel Borkmann (2):
net: sctp: get rid of t_new macro for kzalloc
net: sctp: remove SCTP_STATIC macro
include/net/sctp/sctp.h | 11 -------
net/sctp/associola.c | 2 +-
net/sctp/bind_addr.c | 2 +-
net/sctp/chunk.c | 2 +-
net/sctp/endpointola.c | 3 +-
net/sctp/input.c | 4 +--
net/sctp/ipv6.c | 6 ++--
net/sctp/protocol.c | 6 ++--
net/sctp/sm_make_chunk.c | 10 +++----
net/sctp/socket.c | 78 ++++++++++++++++++++++--------------------------
net/sctp/transport.c | 2 +-
net/sctp/tsnmap.c | 10 +++----
net/sctp/ulpevent.c | 10 +++----
13 files changed, 64 insertions(+), 82 deletions(-)
--
1.7.11.7
next reply other threads:[~2013-06-17 9:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 9:40 Daniel Borkmann [this message]
2013-06-17 9:40 ` [PATCH net-next 1/2] net: sctp: get rid of t_new macro for kzalloc Daniel Borkmann
2013-06-17 9:40 ` [PATCH net-next 2/2] net: sctp: remove SCTP_STATIC macro Daniel Borkmann
2013-06-17 13:56 ` [PATCH net-next 0/2] Two SCTP cleanup patches Vlad Yasevich
2013-06-18 0:08 ` 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=1371462005-19310-1-git-send-email-dborkman@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=linux-sctp@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).