WARNING: line length of 81 exceeds 80 columns #96: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:18: + [OCTEP_PFVF_MBOX_CMD_GET_FW_INFO ... OCTEP_PFVF_MBOX_NOTIF_LINK_STATUS] = WARNING: line length of 88 exceeds 80 columns #138: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:78: + struct octep_vf_mbox_wk *wk = container_of(work, struct octep_vf_mbox_wk, work); WARNING: line length of 87 exceeds 80 columns #209: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:149: +int octep_vf_mbox_send_cmd(struct octep_vf_device *oct, union octep_pfvf_mbox_word cmd, WARNING: line length of 92 exceeds 80 columns #229: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:169: +int octep_vf_mbox_bulk_read(struct octep_vf_device *oct, enum octep_pfvf_mbox_opcode opcode, WARNING: line length of 96 exceeds 80 columns #267: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:207: + memset(mbox->mbox_data.recv_data, 0, OCTEP_PFVF_MBOX_MAX_DATA_BUF_SIZE); WARNING: line length of 89 exceeds 80 columns #319: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:259: + dev_err(&oct->pdev->dev, "Received Mbox NACK from PF for MTU:%d\n", mtu); WARNING: line length of 87 exceeds 80 columns #358: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.c:298: + dev_err(&oct->pdev->dev, "get_mac: mbox send failed; err = %d\n", ret); WARNING: line length of 87 exceeds 80 columns #642: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.h:151: +int octep_vf_mbox_send_cmd(struct octep_vf_device *oct, union octep_pfvf_mbox_word cmd, WARNING: line length of 92 exceeds 80 columns #644: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_mbox.h:153: +int octep_vf_mbox_bulk_read(struct octep_vf_device *oct, enum octep_pfvf_mbox_opcode opcode, total: 0 errors, 9 warnings, 0 checks, 608 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 95a278782aca ("octeon_ep_vf: add VF-PF mailbox communication.") 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, 9 warnings, 0 checks, 608 lines checked