]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-remove-typedefs-from-structures-part-6'
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:45 +0000 (10:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:45 +0000 (10:02 -0700)
commit0f27085917a29390f650c93c4c1efa139b54a13e
tree2c386b36ed3bd080d17d0d0af0dc5c5d946e33b0
parent21ca4df7529432be558dfbf3986e09e642d07d4a
parent15aa14298598238813ba9ab1c0169f59b86f280c
Merge branch 'sctp-remove-typedefs-from-structures-part-6'

Xin Long says:

====================
sctp: remove typedefs from structures part 6

As we know, typedef is suggested not to use in kernel, even checkpatch.pl
also gives warnings about it. Now sctp is using it for many structures.

All this kind of typedef's using should be removed. This patchset is the
part 6 to remove all typedefs in include/net/sctp/structs.h, command.h
and sm.h.

Just as the part 1-5, No any code's logic would be changed in these patches,
only cleaning up.

Note that this is the last part for this typedef cleaning up. after this
patchset, no more inappropriate typedefs in sctp. It's also to tidy some
codes when removing them, like fixing many indents, reodering some local
params, especially in the last 2 patches.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>