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

2017-08-06 Thread David Miller
From: Xin Long Date: Sat, 5 Aug 2017 19:59:50 +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

[PATCH net-next 00/14] sctp: remove typedefs from structures part 5

2017-08-05 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 5 to remove all typedefs in include/net/sctp/constants.h. Just as the