WARNING: line length of 88 exceeds 80 columns #26: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:1140: +static int octep_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivi) WARNING: line length of 100 exceeds 80 columns #59: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:1173: + dev_err(&oct->pdev->dev, "Set VF%d MAC address failed via host control Mbox\n", vf); WARNING: line length of 87 exceeds 80 columns #124: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c:187: + ether_addr_copy(rsp->s_set_mac.mac_addr, oct->vf_info[vf_id].mac_addr); WARNING: line length of 82 exceeds 80 columns #146: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.h:27: +#define OCTEON_PFVF_FLAG_MAC_SET_BY_PF BIT_ULL(0) /* PF has set VF MAC address */ total: 0 errors, 4 warnings, 0 checks, 111 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 409b017dd190 ("octeon_ep: add ndo ops for VFs in PF driver") 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, 111 lines checked