netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Two SCTP cleanup patches
@ 2013-06-17  9:40 Daniel Borkmann
  2013-06-17  9:40 ` [PATCH net-next 1/2] net: sctp: get rid of t_new macro for kzalloc Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Borkmann @ 2013-06-17  9:40 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-sctp

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

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

end of thread, other threads:[~2013-06-18  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17  9:40 [PATCH net-next 0/2] Two SCTP cleanup patches Daniel Borkmann
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

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).