All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
	Vlad Yasevich <vyasevich@gmail.com>,
	David Miller <davem@davemloft.net>,
	David Laight <David.Laight@ACULAB.COM>
Subject: [PATCH next 0/2] Rename WORD_TRUNC/ROUND macros and use them
Date: Tue, 20 Sep 2016 21:25:00 +0000	[thread overview]
Message-ID: <cover.1474406484.git.marcelo.leitner@gmail.com> (raw)
In-Reply-To: <cover.1474402102.git.marcelo.leitner@gmail.com>

This patchset aims to rename these macros to a non-confusing name, as
reported by David Laight and David Miller, and to update all remaining
places to make use of it, which was 1 last remaining spot.

v2:
- fixed 2nd patch summary

Details on the specific changelogs.

Thanks!

Marcelo Ricardo Leitner (2):
  sctp: rename WORD_TRUNC/ROUND macros
  sctp: make use of WORD_TRUNC macro

 include/net/sctp/sctp.h  | 10 +++++-----
 net/netfilter/xt_sctp.c  |  2 +-
 net/sctp/associola.c     |  2 +-
 net/sctp/chunk.c         | 13 +++++++------
 net/sctp/input.c         |  8 ++++----
 net/sctp/inqueue.c       |  2 +-
 net/sctp/output.c        | 12 ++++++------
 net/sctp/sm_make_chunk.c | 26 +++++++++++++-------------
 net/sctp/sm_statefuns.c  |  6 +++---
 net/sctp/transport.c     |  4 ++--
 net/sctp/ulpevent.c      |  4 ++--
 11 files changed, 45 insertions(+), 44 deletions(-)

-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
	Vlad Yasevich <vyasevich@gmail.com>,
	David Miller <davem@davemloft.net>,
	David Laight <David.Laight@ACULAB.COM>
Subject: [PATCH next 0/2] Rename WORD_TRUNC/ROUND macros and use them
Date: Tue, 20 Sep 2016 18:25:00 -0300	[thread overview]
Message-ID: <cover.1474406484.git.marcelo.leitner@gmail.com> (raw)

This patchset aims to rename these macros to a non-confusing name, as
reported by David Laight and David Miller, and to update all remaining
places to make use of it, which was 1 last remaining spot.

v2:
- fixed 2nd patch summary

Details on the specific changelogs.

Thanks!

Marcelo Ricardo Leitner (2):
  sctp: rename WORD_TRUNC/ROUND macros
  sctp: make use of WORD_TRUNC macro

 include/net/sctp/sctp.h  | 10 +++++-----
 net/netfilter/xt_sctp.c  |  2 +-
 net/sctp/associola.c     |  2 +-
 net/sctp/chunk.c         | 13 +++++++------
 net/sctp/input.c         |  8 ++++----
 net/sctp/inqueue.c       |  2 +-
 net/sctp/output.c        | 12 ++++++------
 net/sctp/sm_make_chunk.c | 26 +++++++++++++-------------
 net/sctp/sm_statefuns.c  |  6 +++---
 net/sctp/transport.c     |  4 ++--
 net/sctp/ulpevent.c      |  4 ++--
 11 files changed, 45 insertions(+), 44 deletions(-)

-- 
2.7.4

  parent reply	other threads:[~2016-09-20 21:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 20:24 [PATCH next 0/2] Rename WORD_TRUNC/ROUND macros and use them Marcelo Ricardo Leitner
2016-09-20 20:24 ` Marcelo Ricardo Leitner
2016-09-20 20:24 ` [PATCH next 1/2] sctp: rename WORD_TRUNC/ROUND macros Marcelo Ricardo Leitner
2016-09-20 20:24   ` Marcelo Ricardo Leitner
     [not found]   ` <063D6719AE5E284EB5DD2968C1650D6DB0105BA5@AcuExch.aculab.com>
2016-09-21 11:04     ` Marcelo Ricardo Leitner
2016-09-21 11:04       ` Marcelo Ricardo Leitner
2016-09-20 20:24 ` [PATCH next 2/2] sctp: make use of WORD_TRUNC macro Marcelo Ricardo Leitner
2016-09-20 20:24   ` Marcelo Ricardo Leitner
2016-09-20 21:20   ` Marcelo Ricardo Leitner
2016-09-20 21:20     ` Marcelo Ricardo Leitner
2016-09-20 21:25 ` Marcelo Ricardo Leitner [this message]
2016-09-20 21:25   ` [PATCH next 0/2] Rename WORD_TRUNC/ROUND macros and use them Marcelo Ricardo Leitner
2016-09-20 21:25   ` [PATCH next v2 1/2] sctp: rename WORD_TRUNC/ROUND macros Marcelo Ricardo Leitner
2016-09-20 21:25     ` Marcelo Ricardo Leitner
2016-09-20 21:25   ` [PATCH next v2 2/2] sctp: make use of SCTP_TRUNC4 macro Marcelo Ricardo Leitner
2016-09-20 21:25     ` Marcelo Ricardo Leitner

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.1474406484.git.marcelo.leitner@gmail.com \
    --to=marcelo.leitner@gmail.com \
    --cc=David.Laight@ACULAB.COM \
    --cc=davem@davemloft.net \
    --cc=linux-sctp@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@tuxdriver.com \
    --cc=vyasevich@gmail.com \
    /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.