WARNING: Co-developed-by and Signed-off-by: name/email do not match #16: Co-developed-by: Dan Williams Signed-off-by: NIPA Bot WARNING: line length of 82 exceeds 80 columns #238: FILE: drivers/net/ethernet/sfc/efx.c:1123: + pci_err(pci_dev, "CXL initialization failed with error %d\n", rc); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #244: new file mode 100644 CHECK: Macro argument 'i' may be better as '(i)' to avoid precedence issues #447: FILE: include/linux/cxl/pci.h:14: +#define CXL_DVSEC_RANGE_SIZE_HIGH(i) (0x18 + (i * 0x10)) CHECK: Macro argument 'i' may be better as '(i)' to avoid precedence issues #448: FILE: include/linux/cxl/pci.h:15: +#define CXL_DVSEC_RANGE_SIZE_LOW(i) (0x1C + (i * 0x10)) CHECK: Macro argument 'i' may be better as '(i)' to avoid precedence issues #452: FILE: include/linux/cxl/pci.h:19: +#define CXL_DVSEC_RANGE_BASE_HIGH(i) (0x20 + (i * 0x10)) CHECK: Macro argument 'i' may be better as '(i)' to avoid precedence issues #453: FILE: include/linux/cxl/pci.h:20: +#define CXL_DVSEC_RANGE_BASE_LOW(i) (0x24 + (i * 0x10)) total: 0 errors, 3 warnings, 4 checks, 354 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 54cf345d0645 ("cxl: add type2 device basic support") 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, 4 checks, 354 lines checked