WARNING: line length of 89 exceeds 80 columns #50: FILE: drivers/net/can/kvaser_pciefd.c:1215: + build = ioread32(KVASER_PCIEFD_SYSID_ADDR(pcie) + KVASER_PCIEFD_SYSID_BUILD_REG); WARNING: line length of 92 exceeds 80 columns #59: FILE: drivers/net/can/kvaser_pciefd.c:1218: + pcie->fw_version.major = FIELD_GET(KVASER_PCIEFD_SYSID_VERSION_MAJOR_MASK, version); WARNING: line length of 92 exceeds 80 columns #60: FILE: drivers/net/can/kvaser_pciefd.c:1219: + pcie->fw_version.minor = FIELD_GET(KVASER_PCIEFD_SYSID_VERSION_MINOR_MASK, version); WARNING: line length of 86 exceeds 80 columns #61: FILE: drivers/net/can/kvaser_pciefd.c:1220: + pcie->fw_version.build = FIELD_GET(KVASER_PCIEFD_SYSID_BUILD_SEQ_MASK, build); total: 0 errors, 4 warnings, 0 checks, 37 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 7e2b61600e1c ("can: kvaser_pciefd: Store the different firmware version components in a struct") 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, 4 warnings, 0 checks, 37 lines checked