WARNING: line length of 85 exceeds 80 columns #101: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:59: +static struct hinic3_mac_filter *hinic3_find_mac(const struct list_head *filter_list, WARNING: line length of 99 exceeds 80 columns #150: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:108: +static struct hinic3_mac_filter *hinic3_mac_filter_entry_clone(const struct hinic3_mac_filter *src) WARNING: line length of 89 exceeds 80 columns #290: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:248: + /* VF does not support promiscuous mode, don't delete any other uc mac */ WARNING: line length of 81 exceeds 80 columns #403: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:361: + if (promisc_en != test_bit(HINIC3_HW_PROMISC_ON, &nic_dev->rx_mod_state)) WARNING: line length of 83 exceeds 80 columns #452: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:410: + if (promisc_en != test_bit(HINIC3_HW_PROMISC_ON, &nic_dev->rx_mod_state) || WARNING: line length of 83 exceeds 80 columns #453: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_filter.c:411: + allmulti_en != test_bit(HINIC3_HW_ALLMULTI_ON, &nic_dev->rx_mod_state)) total: 0 errors, 6 warnings, 0 checks, 594 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 e895db6a36b8 ("hinic3: Add mac filter ops") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 594 lines checked