]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'sctp-remove-typedefs-from-structures-part-1'
authorDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:42 +0000 (09:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:42 +0000 (09:08 -0700)
commit7e5988df26cdd7d823ab473ad3e3ca6623a66f21
tree92b53d05411df6cebf6c6cedf0d25d41ae85bc09
parent13834451950f557cbbc3129426e72e763f2d63ee
parent01a992bea523d9568cf56a02003c15c9dc40eb20
Merge branch 'sctp-remove-typedefs-from-structures-part-1'

Xin Long says:

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

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. As the 1st part, this
patchset is to remove it for 11 basic structures in linux/sctp.h. It is
also to fix some indents.

No any code's logic is changed in these patches, only cleaning up.
====================

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