WARNING: line length of 93 exceeds 80 columns #33: FILE: drivers/net/can/kvaser_pciefd.c:1651: + void __iomem *srb_cmd_reg = KVASER_PCIEFD_SRB_ADDR(pcie) + KVASER_PCIEFD_SRB_CMD_REG; WARNING: line length of 81 exceeds 80 columns #37: FILE: drivers/net/can/kvaser_pciefd.c:1654: + iowrite32(irq, KVASER_PCIEFD_SRB_ADDR(pcie) + KVASER_PCIEFD_SRB_IRQ_REG); WARNING: line length of 86 exceeds 80 columns #41: FILE: drivers/net/can/kvaser_pciefd.c:1658: + iowrite32(KVASER_PCIEFD_SRB_CMD_RDB0, srb_cmd_reg); /* Rearm buffer */ WARNING: line length of 86 exceeds 80 columns #47: FILE: drivers/net/can/kvaser_pciefd.c:1663: + iowrite32(KVASER_PCIEFD_SRB_CMD_RDB1, srb_cmd_reg); /* Rearm buffer */ WARNING: line length of 82 exceeds 80 columns #106: FILE: drivers/net/can/kvaser_pciefd.c:1740: + iowrite32(0, pcie->can[i]->reg_base + KVASER_PCIEFD_KCAN_IEN_REG); total: 0 errors, 5 warnings, 0 checks, 155 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 fc68cd38affc ("can: kvaser_pciefd: Force IRQ edge in case of nested IRQ") 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, 5 warnings, 0 checks, 155 lines checked