WARNING: please write a help paragraph that fully describes the config symbol #41: FILE: drivers/net/phy/Kconfig:82: +config AIR_AN8855_PHY + tristate "Airoha AN8855 Internal Gigabit PHY" + help + Currently supports the internal Airoha AN8855 Switch PHY. + WARNING: line length of 90 exceeds 80 columns #132: FILE: drivers/net/phy/air_an8855.c:66: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND1, AN8855_PHY_R500HM_RSEL_TX_AB, WARNING: line length of 95 exceeds 80 columns #133: FILE: drivers/net/phy/air_an8855.c:67: + AN8855_PHY_R50OHM_RSEL_TX_A | AN8855_PHY_R50OHM_RSEL_TX_B, WARNING: line length of 99 exceeds 80 columns #134: FILE: drivers/net/phy/air_an8855.c:68: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_A, calibration_data[0]) | WARNING: line length of 99 exceeds 80 columns #135: FILE: drivers/net/phy/air_an8855.c:69: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_B, calibration_data[1])); WARNING: line length of 90 exceeds 80 columns #138: FILE: drivers/net/phy/air_an8855.c:72: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND1, AN8855_PHY_R500HM_RSEL_TX_CD, WARNING: line length of 95 exceeds 80 columns #139: FILE: drivers/net/phy/air_an8855.c:73: + AN8855_PHY_R50OHM_RSEL_TX_C | AN8855_PHY_R50OHM_RSEL_TX_D, WARNING: line length of 99 exceeds 80 columns #140: FILE: drivers/net/phy/air_an8855.c:74: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_C, calibration_data[2]) | WARNING: line length of 99 exceeds 80 columns #141: FILE: drivers/net/phy/air_an8855.c:75: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_D, calibration_data[3])); WARNING: line length of 85 exceeds 80 columns #147: FILE: drivers/net/phy/air_an8855.c:81: + ret = phy_write_mmd(phydev, MDIO_MMD_VEND1, PHY_TX_PAIR_DLY_SEL_GBE, 0x4040); total: 0 errors, 10 warnings, 0 checks, 212 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 54e181f661bb ("net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY") 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, 212 lines checked