WARNING: line length of 82 exceeds 80 columns #265: FILE: net/wireless/nl80211.c:18320: +static void nl80211_free_scs_desc(struct cfg80211_scs_desc **desc, unsigned int n) WARNING: line length of 85 exceeds 80 columns #279: FILE: net/wireless/nl80211.c:18334: + enum cfg80211_tclas_processing processing = CFG80211_TCLAS_PROCESSING_ABSENT; WARNING: line length of 89 exceeds 80 columns #296: FILE: net/wireless/nl80211.c:18351: + GENL_SET_ERR_MSG(info, "SCS descriptor without an ID or a request type"); WARNING: line length of 85 exceeds 80 columns #449: FILE: net/wireless/nl80211.c:18504: + GENL_SET_ERR_MSG(info, "SCS rules belong to the MLD, not to a link"); WARNING: line length of 84 exceeds 80 columns #556: FILE: net/wireless/nl80211.c:18611: + GENL_SET_ERR_MSG(info, "an MSCS belongs to the MLD, not to a link"); WARNING: line length of 81 exceeds 80 columns #571: FILE: net/wireless/nl80211.c:18626: + GENL_SET_ERR_MSG(info, "MSCS descriptor without a request type"); WARNING: line length of 92 exceeds 80 columns #579: FILE: net/wireless/nl80211.c:18634: + GENL_SET_ERR_MSG(info, "TCLAS Mask elements do not match the request type"); WARNING: line length of 81 exceeds 80 columns #583: FILE: net/wireless/nl80211.c:18638: + desc.up_bitmap = nla_get_u8_default(tb[NL80211_MSCS_DESC_ATTR_UP_BITMAP], WARNING: line length of 82 exceeds 80 columns #588: FILE: net/wireless/nl80211.c:18643: + nla_get_u32_default(tb[NL80211_MSCS_DESC_ATTR_STREAM_TIMEOUT], 0); total: 0 errors, 9 warnings, 0 checks, 590 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 ec14699c91ba ("wifi: cfg80211: add SCS and MSCS configuration commands") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 9 warnings, 0 checks, 590 lines checked