WARNING: line length of 84 exceeds 80 columns #110: FILE: drivers/net/ethernet/wangxun/libwx/wx_hw.c:1081: + vector_reg = (vfinfo->vf_mc_hashes[j] >> 5) & GENMASK(6, 0); WARNING: line length of 90 exceeds 80 columns #201: FILE: drivers/net/ethernet/wangxun/libwx/wx_hw.c:1329: + wr32m(wx, WX_PSR_VM_L2CTL(i), WX_PSR_VM_L2CTL_AUPE, WX_PSR_VM_L2CTL_AUPE); WARNING: line length of 81 exceeds 80 columns #782: FILE: drivers/net/ethernet/wangxun/libwx/wx_mbx.h:48: +#define WX_VF_SET_MACVLAN 0x06 /* VF requests PF for unicast filter */ WARNING: line length of 85 exceeds 80 columns #1190: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:565: + wr32(wx, WX_MAC_WDG_TIMEOUT, max_frs - WX_MAC_WDG_TIMEOUT_WTO_DELTA); WARNING: line length of 98 exceeds 80 columns #1361: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:736: + wx_err(wx, "VF %d requested MACVLAN filter but is administratively denied\n", vf); WARNING: line length of 90 exceeds 80 columns #1446: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:821: + WX_PSR_VM_L2CTL_MPE | WX_PSR_VM_L2CTL_UPE | WX_PSR_VM_L2CTL_VPE; WARNING: line length of 90 exceeds 80 columns #1450: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:825: + disable = WX_PSR_VM_L2CTL_MPE | WX_PSR_VM_L2CTL_UPE | WX_PSR_VM_L2CTL_VPE; WARNING: line length of 91 exceeds 80 columns #1455: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:830: + enable = WX_PSR_VM_L2CTL_BAM | WX_PSR_VM_L2CTL_ROMPE | WX_PSR_VM_L2CTL_MPE; WARNING: line length of 89 exceeds 80 columns #1460: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:835: + WX_PSR_VM_L2CTL_MPE | WX_PSR_VM_L2CTL_UPE | WX_PSR_VM_L2CTL_VPE; WARNING: line length of 81 exceeds 80 columns #1707: FILE: drivers/net/ethernet/wangxun/libwx/wx_sriov.c:1082: + wx_err(wx, "NDO set VF %d - invalid link state %d\n", vf, state); total: 0 errors, 10 warnings, 0 checks, 1847 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 a6790f13b893 ("net: libwx: Add msg task api") 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, 10 warnings, 0 checks, 1847 lines checked