CHECK: multiple assignments should be avoided #76: FILE: drivers/net/ethernet/realtek/8139cp.c:917: + new_config.mc_filter[1] = new_config.mc_filter[0] = 0xffffffff; WARNING: line length of 86 exceeds 80 columns #82: FILE: drivers/net/ethernet/realtek/8139cp.c:921: + new_config.rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys; CHECK: multiple assignments should be avoided #83: FILE: drivers/net/ethernet/realtek/8139cp.c:922: + new_config.mc_filter[1] = new_config.mc_filter[0] = 0xffffffff; CHECK: multiple assignments should be avoided #89: FILE: drivers/net/ethernet/realtek/8139cp.c:926: + new_config.mc_filter[1] = new_config.mc_filter[0] = 0; total: 0 errors, 1 warnings, 3 checks, 143 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 d7cf1339ecff ("net: ethernet: Implement ndo_write_rx_config callback for the 8139cp driver") 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, 1 warnings, 3 checks, 143 lines checked