[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160918.220629.1190601768509139321.davem@davemloft.net>
Date: Sun, 18 Sep 2016 22:06:29 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: marcelo.leitner@...il.com
Cc: netdev@...r.kernel.org, linux-sctp@...r.kernel.org,
nhorman@...driver.com, vyasevich@...il.com
Subject: Re: [PATCH next] sctp: make use of WORD_TRUNC macro
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Date: Thu, 15 Sep 2016 15:12:30 -0300
> No functional change. Just to avoid the usage of '&~3'.
> Also break the line to make it easier to read.
You're reply later in this thread:
"to make sure it is correctly adapted to some arch if
necessary. (even though it's not necessary in this case)"
is inconsistent with your commit log message.
If you think that the word size might possibly be different
on a given arch, then this is in fact a functional change.
This patch just adds ambiguity. Whereas the existing code is explicit
about "multiple of 4" and there can be no confusion.
I'm not applying this, sorry.
Powered by blists - more mailing lists