]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-typedef-remove-part-2'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 03:52:15 +0000 (20:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 03:52:15 +0000 (20:52 -0700)
commit9c52344e39354e4f901389510e830cc0f061ffa8
tree3215c98a830a64e0bfcc6d37408f9336e7d4a1bb
parenteb2ac453595d23551889e066956f4c58f08024ce
parentcf480c65ac4bc308c8ac6cd54788cb33d3b07a43
Merge branch 'sctp-typedef-remove-part-2'

Xin Long says:

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

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 2 to remove it for another 11 basic structures.

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

Note that v1->v2, nothing changed, just because net-next were closed when
posting v1.
====================

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