WARNING: line length of 81 exceeds 80 columns #102: FILE: drivers/net/wireless/nxp/nxpwifi/debugfs.c:241: + p += scnprintf(p, PAGE_SIZE - (p - (char *)page), WARNING: line length of 81 exceeds 80 columns #187: 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 #196: 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 #209: 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 #211: 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 #220: 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 #222: 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 #226: 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 #229: 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 #237: FILE: drivers/net/wireless/nxp/nxpwifi/util.c:296: + used += scnprintf(buf + used, buf_size - used, "%c ", total: 0 errors, 10 warnings, 0 checks, 180 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 a2b1d0f5d844 ("wifi: nxpwifi: bound debugfs output to the allocated page") 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, 10 warnings, 0 checks, 180 lines checked