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 #209: FILE: drivers/net/phy/air_an8855.c:143: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND1, AN8855_PHY_R500HM_RSEL_TX_AB, WARNING: line length of 95 exceeds 80 columns #210: FILE: drivers/net/phy/air_an8855.c:144: + AN8855_PHY_R50OHM_RSEL_TX_A | AN8855_PHY_R50OHM_RSEL_TX_B, WARNING: line length of 99 exceeds 80 columns #211: FILE: drivers/net/phy/air_an8855.c:145: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_A, calibration_data[0]) | WARNING: line length of 99 exceeds 80 columns #212: FILE: drivers/net/phy/air_an8855.c:146: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_B, calibration_data[1])); WARNING: line length of 90 exceeds 80 columns #215: FILE: drivers/net/phy/air_an8855.c:149: + ret = phy_modify_mmd(phydev, MDIO_MMD_VEND1, AN8855_PHY_R500HM_RSEL_TX_CD, WARNING: line length of 95 exceeds 80 columns #216: FILE: drivers/net/phy/air_an8855.c:150: + AN8855_PHY_R50OHM_RSEL_TX_C | AN8855_PHY_R50OHM_RSEL_TX_D, WARNING: line length of 99 exceeds 80 columns #217: FILE: drivers/net/phy/air_an8855.c:151: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_C, calibration_data[2]) | WARNING: line length of 99 exceeds 80 columns #218: FILE: drivers/net/phy/air_an8855.c:152: + FIELD_PREP(AN8855_PHY_R50OHM_RSEL_TX_D, calibration_data[3])); WARNING: line length of 85 exceeds 80 columns #224: FILE: drivers/net/phy/air_an8855.c:158: + ret = phy_write_mmd(phydev, MDIO_MMD_VEND1, PHY_TX_PAIR_DLY_SEL_GBE, 0x4040); total: 0 errors, 10 warnings, 0 checks, 290 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 dc0295d70a5e ("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, 290 lines checked