WARNING: Block comments use a trailing */ on a separate line #67: FILE: drivers/net/wireless/ath/ar5523/ar5523_hw.h:104: + don't care about endianness */ WARNING: line length of 86 exceeds 80 columns #161: FILE: drivers/net/wireless/broadcom/b43/b43.h:170: +#define B43_BFL_BTCOEXIST 0x0001 /* implements Bluetooth coexistence */ WARNING: line length of 88 exceeds 80 columns #179: FILE: drivers/net/wireless/broadcom/b43/b43.h:375: +#define B43_HF_BT4PRIOCOEX 0x000000010000ULL /* Bluetooth 4-priority coexistence */ WARNING: line length of 95 exceeds 80 columns #187: FILE: drivers/net/wireless/broadcom/b43/b43.h:382: +#define B43_HF_BTCOEXALT 0x000001000000ULL /* Bluetooth coexistence in alternate pins */ CHECK: spaces preferred around that '+' (ctx:VxV) #200: FILE: drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c:85: +#define BUS_HEADER_LEN (16+64) /* Must be at least SDPCM_RESERVE ^ WARNING: line length of 105 exceeds 80 columns #305: FILE: drivers/net/wireless/intel/ipw2x00/ipw2100.h:985: + IPW_ORD_STAT_PSP_NONDIR_TIMEOUT, // # of timeouts waiting for last broadcast/multicast pkt WARNING: line length of 81 exceeds 80 columns #314: FILE: drivers/net/wireless/intel/ipw2x00/ipw2100.h:1026: + IPW_ORD_STEST_RESULTS_CUM, //NS // Cumulative self test results word ERROR: trailing whitespace #475: FILE: drivers/net/wireless/ralink/rt2x00/rt2800mmio.c:163: +^I^I^I * been decrypted. Mac80211 doesn't check the MMIC failure $ WARNING: line length of 84 exceeds 80 columns #475: FILE: drivers/net/wireless/ralink/rt2x00/rt2800mmio.c:163: + * been decrypted. Mac80211 doesn't check the MMIC failure WARNING: line length of 83 exceeds 80 columns #497: FILE: drivers/net/wireless/ralink/rt2x00/rt2800usb.c:552: + * been decrypted. Mac80211 doesn't check the MMIC failure WARNING: line length of 86 exceeds 80 columns #759: FILE: include/linux/ssb/ssb_regs.h:610: +#define SSB_BFL_BTCOEXIST 0x0001 /* implements Bluetooth coexistence */ total: 1 errors, 9 warnings, 1 checks, 479 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit a1e20f35aca4 ("wifi: fix typos in comments") 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.