WARNING: line length of 87 exceeds 80 columns #71: FILE: drivers/net/ethernet/netronome/nfp/devlink_param.c:219: + NL_SET_ERR_MSG_MOD(extack, "NFP_NET_CFG_CTRL_ENABLE_VNET not enabled"); WARNING: line length of 98 exceeds 80 columns #76: FILE: drivers/net/ethernet/netronome/nfp/devlink_param.c:224: + NL_SET_ERR_MSG_FMT_MOD(extack, "%d VFs already created. Please remove them first", WARNING: line length of 83 exceeds 80 columns #83: FILE: drivers/net/ethernet/netronome/nfp/devlink_param.c:231: + NL_SET_ERR_MSG_MOD(extack, "Write ENABLE_VNET to firmware failed"); WARNING: line length of 82 exceeds 80 columns #114: FILE: drivers/net/ethernet/netronome/nfp/nfp_main.h:68: + * @enable_vnet: Devlink parameter config, instantiate VDPA VF when enabled WARNING: line length of 83 exceeds 80 columns #140: FILE: drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h:153: +#define NFP_NET_CFG_UPDATE_VF_VIRTIO (0x1 << 16) /* VF virtio enable change */ WARNING: line length of 89 exceeds 80 columns #150: FILE: drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h:276: +#define NFP_NET_CFG_CTRL_ENABLE_VNET (0x1 << 18) /* vDPA networking device enable */ WARNING: line length of 94 exceeds 80 columns #167: FILE: drivers/net/ethernet/netronome/nfp/nfp_net_main.c:692: + nn_writel(nn, NFP_NET_CFG_CTRL_WORD1, enable_vnet ? NFP_NET_CFG_CTRL_ENABLE_VNET : 0); total: 0 errors, 7 warnings, 0 checks, 118 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 ccd4677baf17 ("nfp: add new devlink "enable_vnet" generic device param") 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, 7 warnings, 0 checks, 118 lines checked