ERROR: Invalid commit separator - some tools may have problems applying this #7: ---------------------------------- ERROR: Invalid commit separator - some tools may have problems applying this #19: ------------------------------ WARNING: line length of 93 exceeds 80 columns #93: FILE: include/net/psp/types.h:28: +/* Default SPI threshold: ~90% of max SPI (0x7FFFFFFF) to allow rotation before exhaustion */ WARNING: line length of 85 exceeds 80 columns #135: FILE: net/psp/psp-nl-gen.c:26: +static const struct nla_policy psp_dev_set_nl_policy[PSP_A_DEV_SPI_THRESHOLD + 1] = { WARNING: line length of 84 exceeds 80 columns #160: FILE: net/psp/psp_main.c:82: + /* ~90% of 0x7FFFFFFF; allows SPI rotation well before space is exhausted */ WARNING: line length of 81 exceeds 80 columns #175: FILE: net/psp/psp_nl.c:104: + nla_put_u32(rsp, PSP_A_DEV_PSP_VERSIONS_ENA, psd->config.versions) || WARNING: line length of 81 exceeds 80 columns #177: FILE: net/psp/psp_nl.c:106: + nla_put_u32(rsp, PSP_A_DEV_SPI_THRESHOLD, psd->config.spi_threshold)) WARNING: line length of 95 exceeds 80 columns #212: FILE: net/psp/psp_nl.c:222: + NL_SET_ERR_MSG(info->extack, "SPI threshold must not have bit 31 set"); total: 2 errors, 6 warnings, 0 checks, 135 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 c88ef1168f8e ("psp: add crypt-offset and spi-threshold get/set attributes") 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.