WARNING: line length of 82 exceeds 80 columns #44: FILE: drivers/cxl/core/pci.c:1060: +bool cxl_pci_check_caps(struct cxl_dev_state *cxlds, unsigned long *expected_caps, WARNING: line length of 85 exceeds 80 columns #57: FILE: drivers/cxl/core/pci.c:1073: + bitmap_and(subset, cxlds->capabilities, expected_caps, CXL_MAX_CAPS); WARNING: line length of 86 exceeds 80 columns #60: FILE: drivers/cxl/core/pci.c:1076: + return bitmap_equal(cxlds->capabilities, expected_caps, CXL_MAX_CAPS); total: 0 errors, 3 warnings, 0 checks, 98 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 d480389ff0c1 ("cxl/pci: add check for validating capabilities") 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, 0 checks, 98 lines checked