WARNING: line length of 88 exceeds 80 columns #667: FILE: net/wireless/nl80211.c:5428: + GENL_SET_ERR_MSG(info, "key type not pairwise, group or CIGTK"); CHECK: Alignment should match open parenthesis #721: FILE: net/wireless/nl80211.c:5655: + err = rdev_add_key(rdev, wdev, link_id, key.idx, key.type, mac_addr, &key.p); WARNING: line length of 87 exceeds 80 columns #784: FILE: net/wireless/nl80211.c:9308: + nla_get_u8(info->attrs[NL80211_ATTR_CIP_CAPABILITIES]); WARNING: line length of 87 exceeds 80 columns #807: FILE: net/wireless/nl80211.c:9523: + nla_get_u8(info->attrs[NL80211_ATTR_CIP_CAPABILITIES]); WARNING: line length of 81 exceeds 80 columns #867: FILE: net/wireless/nl80211.c:19252: + GENL_SET_ERR_MSG(info, "Cannot modify CIP capabilities"); WARNING: quoted string split across lines #987: FILE: net/wireless/trace.h:579: TP_printk(WIPHY_PR_FMT ", " WDEV_PR_FMT ", link_id: %d, " + "key_index: %u, pairwise: %s, type: %d, mac addr: %pM", WARNING: quoted string split across lines #1040: FILE: net/wireless/trace.h:622: TP_printk(WIPHY_PR_FMT ", " WDEV_PR_FMT ", link_id: %d, " + "key_index: %u, mode: %u, pairwise: %s, type: %d, " WARNING: Prefer 'fallthrough;' over fallthrough comment #1100: FILE: net/wireless/util.c:306: + /* fallthrough for mac_addr checks */ total: 0 errors, 7 warnings, 1 checks, 967 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 26afd735b23d ("wifi: cfg80211: add Control Integrity Protocol (CIP) APIs") 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, 7 warnings, 1 checks, 967 lines checked