From: David S. Miller Date: Sat, 1 Jul 2017 16:08:42 +0000 (-0700) Subject: Merge branch 'sctp-remove-typedefs-from-structures-part-1' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7e5988df26cdd7d823ab473ad3e3ca6623a66f21;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'sctp-remove-typedefs-from-structures-part-1' Xin Long says: ==================== sctp: remove typedefs from structures part 1 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 to fix some indents. No any code's logic is changed in these patches, only cleaning up. ==================== Signed-off-by: David S. Miller --- 7e5988df26cdd7d823ab473ad3e3ca6623a66f21