WARNING: line length of 81 exceeds 80 columns #81: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:240: + used += scnprintf(buf + used, buf_size - used, "%s=", d[i].name); WARNING: line length of 85 exceeds 80 columns #90: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:268: + used += scnprintf(buf + used, buf_size - used, "%#lx ", val); WARNING: line length of 88 exceeds 80 columns #103: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:276: + used += scnprintf(buf + used, buf_size - used, "Tx BA stream table:\n"); WARNING: line length of 94 exceeds 80 columns #105: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:278: + used += scnprintf(buf + used, buf_size - used, "tid = %d, ra = %pM\n", WARNING: line length of 86 exceeds 80 columns #114: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:283: + used += scnprintf(buf + used, buf_size - used, "Rx reorder table:\n"); WARNING: line length of 94 exceeds 80 columns #116: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:285: + used += scnprintf(buf + used, buf_size - used, "tid = %d, ta = %pM, ", WARNING: line length of 90 exceeds 80 columns #120: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:288: + used += scnprintf(buf + used, buf_size - used, "start_win = %d, ", WARNING: line length of 97 exceeds 80 columns #123: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:290: + used += scnprintf(buf + used, buf_size - used, "win_size = %d, buffer: ", WARNING: line length of 85 exceeds 80 columns #131: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:296: + used += scnprintf(buf + used, buf_size - used, "%c ", total: 0 errors, 9 warnings, 0 checks, 111 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 c0a8db7a6272 ("wifi: nxpwifi: bound debug info output") 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, 111 lines checked