]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-remove-typedefs-from-structures-part-3'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:21 +0000 (16:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:21 +0000 (16:01 -0700)
commit751b59a9dd2a2dbf8c8066172b1fb4bea08b525c
tree55a32a510403473ac9fc5c3b44c534d17d5925b6
parent0de541e087f3ada2a220c104ee3337796c1daee5
parentd5ab02f80e371edc8d208b66938a13c68d646f50
Merge branch 'sctp-remove-typedefs-from-structures-part-3'

Xin Long says:

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

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 3 to remove it for another 11 basic structures from linux/sctp.h.

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

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