sctp: make use of SCTP_TRUNC4 macro
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Wed, 21 Sep 2016 11:45:56 +0000 (08:45 -0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Sep 2016 07:13:26 +0000 (03:13 -0400)
commit4a225ce3950879a5426c56f306f5d1c9d6330292
tree7637df39624ae138b1cd43475cf669602d95b37d
parente2f036a97271cf5811ee754bf321a29a814577f9
sctp: make use of SCTP_TRUNC4 macro

And avoid the usage of '&~3'. This is the last place still not using
the macro.
Also break the line to make it easier to read.

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/chunk.c