]> 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)
commit8ae94e57b62574392362f06ca0e9775f2d36bca4
tree55a32a510403473ac9fc5c3b44c534d17d5925b6
parentc122b93aff5fc1574825985649c8c0b19537fe6d
parent49804a9e9e1879f8f8bf17bc4e0b5c1b687de413
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>