From: Xin Long <lucien....@gmail.com> 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 is the > part 5 to remove all typedefs in include/net/sctp/constants.h. > > Just as the part 1-4, No any code's logic would be changed in these patches, > only cleaning up. Series applied, thank you.