WARNING: line length of 82 exceeds 80 columns #110: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:100: + ctrl |= FIELD_PREP(HBG_REG_RX_CTRL_RX_GET_ADDR_MODE_B, HBG_STATUS_ENABLE); WARNING: line length of 81 exceeds 80 columns #113: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:103: + ctrl |= FIELD_PREP(HBG_REG_RX_CTRL_RXBUF_1ST_SKIP_SIZE2_M, HBG_RX_SKIP2); WARNING: line length of 81 exceeds 80 columns #129: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c:119: + HBG_REG_RECV_CTRL_STRIP_PAD_EN_B, HBG_STATUS_ENABLE); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #209: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #324: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c:111: + cmd |= FIELD_PREP(HBG_REG_MDIO_COMMAND_CLK_SEL_EXP_B, (freq >> 1) & 0x1); WARNING: line length of 81 exceeds 80 columns #409: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c:196: + return dev_err_probe(dev, -ENOMEM, "failed to alloc MDIO bus\n"); WARNING: line length of 81 exceeds 80 columns #427: FILE: drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c:214: + return dev_err_probe(dev, -ENODEV, "failed to get phy device\n"); total: 0 errors, 7 warnings, 0 checks, 449 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 47b1448cbcaf ("net: hibmcge: Add mdio and hardware configuration supported in this module") 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, 449 lines checked