WARNING: line length of 98 exceeds 80 columns #46: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2720: + if ((features & NETIF_VLAN_STRIPPING_FEATURES) != NETIF_VLAN_STRIPPING_FEATURES && WARNING: line length of 85 exceeds 80 columns #49: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2723: + features |= netdev->features & NETIF_VLAN_STRIPPING_FEATURES; WARNING: line length of 98 exceeds 80 columns #55: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2729: + if ((features & NETIF_VLAN_INSERTION_FEATURES) != NETIF_VLAN_INSERTION_FEATURES && WARNING: line length of 85 exceeds 80 columns #58: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2732: + features |= netdev->features & NETIF_VLAN_INSERTION_FEATURES; WARNING: line length of 98 exceeds 80 columns #64: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2738: + if ((features & NETIF_VLAN_FILTERING_FEATURES) != NETIF_VLAN_FILTERING_FEATURES && WARNING: line length of 85 exceeds 80 columns #67: FILE: drivers/net/ethernet/wangxun/libwx/wx_lib.c:2741: + features |= netdev->features & NETIF_VLAN_FILTERING_FEATURES; total: 0 errors, 6 warnings, 0 checks, 74 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 d3ac2a14ae78 ("net: wangxun: match VLAN CTAG and STAG features") 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, 6 warnings, 0 checks, 74 lines checked