]> Git Repo - linux.git/commitdiff
Merge branch 'sctp-endianness-fixes'
authorDavid S. Miller <[email protected]>
Sun, 29 Oct 2017 09:03:25 +0000 (18:03 +0900)
committerDavid S. Miller <[email protected]>
Sun, 29 Oct 2017 09:03:25 +0000 (18:03 +0900)
Xin Long says:

====================
sctp: a bunch of fixes for some sparse warnings

As Eric noticed, when running 'make C=2 M=net/sctp/', a plenty of
warnings or errors checked by sparse appear. They are all problems
about Endian and type cast.

Most of them are just warnings by which no issues could be caused
while some might be bugs.

This patchset fixes them with four patches basically according to
how they are introduced.
====================

Signed-off-by: David S. Miller <[email protected]>

Trivial merge
This page took 0.069839 seconds and 4 git commands to generate.