WARNING: line length of 83 exceeds 80 columns #67: FILE: drivers/net/wireless/intel/iwlwifi/mvm/d3.c:123: + DEFINE_FLEX(struct iwl_mvm_wep_key_cmd, wkc, wep_key, num_keys, 1); WARNING: line length of 85 exceeds 80 columns #98: FILE: drivers/net/wireless/intel/iwlwifi/mvm/d3.c:152: + ret = iwl_mvm_send_cmd_pdu(mvm, WEP_KEY, 0, __struct_size(wkc), wkc); WARNING: Comparisons should place the constant on the right side of the test #287: FILE: drivers/net/wireless/intel/iwlwifi/mvm/d3.c:2231: + BUILD_BUG_ON(WOWLAN_KEY_MAX_SIZE < sizeof(key_data->key)); total: 0 errors, 3 warnings, 0 checks, 262 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 4eecbe9471e1 ("wifi: iwlwifi: mvm: Use __counted_by() and avoid -Wfamnae 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, 3 warnings, 0 checks, 262 lines checked