WARNING: line length of 95 exceeds 80 columns #72: FILE: drivers/net/phy/dp83822.c:147: +#define DP83822_LED_FN_LINK_RX_TX 0x8 /* Link established, blink for rx or tx activity */ WARNING: line length of 81 exceeds 80 columns #121: FILE: drivers/net/phy/dp83822.c:476: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND2, MII_DP83822_IOCTRL2, WARNING: line length of 82 exceeds 80 columns #124: FILE: drivers/net/phy/dp83822.c:479: + DP83822_IOCTRL2_GPIO2_CTRL_MLED)); WARNING: line length of 81 exceeds 80 columns #130: FILE: drivers/net/phy/dp83822.c:485: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND2, MII_DP83822_IOCTRL1, WARNING: line length of 83 exceeds 80 columns #133: FILE: drivers/net/phy/dp83822.c:488: + DP83822_IOCTRL1_GPIO1_CTRL_LED_1)); WARNING: line length of 81 exceeds 80 columns #139: FILE: drivers/net/phy/dp83822.c:494: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND2, MII_DP83822_IOCTRL1, WARNING: line length of 82 exceeds 80 columns #142: FILE: drivers/net/phy/dp83822.c:497: + DP83822_IOCTRL1_GPIO3_CTRL_LED3)); WARNING: line length of 88 exceeds 80 columns #264: FILE: drivers/net/phy/dp83822.c:978: + case BIT(TRIGGER_NETDEV_LINK) | BIT(TRIGGER_NETDEV_TX) | BIT(TRIGGER_NETDEV_RX): WARNING: line length of 85 exceeds 80 columns #292: FILE: drivers/net/phy/dp83822.c:1006: + if (index == DP83822_LED_INDEX_LED_0 || index == DP83822_LED_INDEX_COL_GPIO2) WARNING: line length of 81 exceeds 80 columns #355: FILE: drivers/net/phy/dp83822.c:1069: + *rules = BIT(TRIGGER_NETDEV_TX_ERR) | BIT(TRIGGER_NETDEV_RX_ERR); total: 0 errors, 10 warnings, 0 checks, 347 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 00c882322a6f ("net: phy: dp83822: Add support for PHY LEDs on DP83822") 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, 347 lines checked