CHECK: Alignment should match open parenthesis #187: FILE: include/net/ieee80211_radiotap.h:29: + __struct_group(ieee80211_radiotap_header_hdr, hdr, __packed, + /** CHECK: Prefer kernel type 'u8' over 'uint8_t' #190: FILE: include/net/ieee80211_radiotap.h:32: + uint8_t it_version; CHECK: Prefer kernel type 'u8' over 'uint8_t' #195: FILE: include/net/ieee80211_radiotap.h:37: + uint8_t it_pad; WARNING: line length of 118 exceeds 80 columns #213: FILE: include/net/ieee80211_radiotap.h:55: +static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_radiotap_header_hdr), total: 0 errors, 1 warnings, 3 checks, 125 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 b465d8041b6c ("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, 125 lines checked