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

2017-07-01 Thread David Miller
From: Xin Long Date: Fri, 30 Jun 2017 11:52:11 +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. As the 1st part, this > patchset is t

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

2017-06-30 Thread Marcelo Ricardo Leitner
On Fri, Jun 30, 2017 at 11:52:11AM +0800, Xin Long wrote: > 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 i

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

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