]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-remove-typedefs-from-structures-part-5'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 04:33:43 +0000 (21:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 04:33:43 +0000 (21:33 -0700)
commitee2eb026f0654b06a12d1a8a7a1cbc57392f9d4f
tree3236aad70ec3c97f83d6c70aa5688fc0517d564b
parent568e3799544774638578ed66561d98af7fe6e4a1
parentccc61fbfd0c884df63bef2a196d0410e1db32115
Merge branch 'sctp-remove-typedefs-from-structures-part-5'

Xin Long says:

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

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 5 to remove all typedefs in include/net/sctp/constants.h.

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

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