]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-remove-typedefs-from-structures-part-4'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 16:45:48 +0000 (09:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 16:45:48 +0000 (09:45 -0700)
commit145a56aca92aa96b2f32e76e99e79f64e4d2bff5
tree3b8c5621ac489ae3581151062c46f36960f195a7
parentd69f055bd1f377922900b351ed360bcece654662
parent30c58c1c36abe2dd8f46ac15d2053ff02aec4f97
Merge branch 'sctp-remove-typedefs-from-structures-part-4'

Xin Long says:

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

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 4 to remove it for another 14 basic structures from linux/sctp.h.
After this patchset, all typedefs are cleaned in linux/sctp.h.

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

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