CHECK: Alignment should match open parenthesis #186: FILE: include/net/ieee80211_radiotap.h:28: + __struct_group(ieee80211_radiotap_header_fixed, hdr, __packed, + /** CHECK: Prefer kernel type 'u8' over 'uint8_t' #189: FILE: include/net/ieee80211_radiotap.h:31: + uint8_t it_version; CHECK: Prefer kernel type 'u8' over 'uint8_t' #194: FILE: include/net/ieee80211_radiotap.h:36: + uint8_t it_pad; WARNING: line length of 120 exceeds 80 columns #212: FILE: include/net/ieee80211_radiotap.h:54: +static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_radiotap_header_fixed), total: 0 errors, 1 warnings, 3 checks, 124 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit caec3ed6ac7c ("wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 1 warnings, 3 checks, 124 lines checked