Re: [PATCH net-next 00/11] sctp: remove typedefs from structures part 3

2017-07-24 Thread David Miller
From: Xin Long Date: Sun, 23 Jul 2017 09:34:25 +0800 > 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 remo

[PATCH net-next 00/11] sctp: remove typedefs from structures part 3

2017-07-22 Thread Xin Long
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