WARNING: line length of 87 exceeds 80 columns #127: FILE: drivers/phy/phy-common-props-test.c:15: + static const u32 rx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #173: FILE: drivers/phy/phy-common-props-test.c:61: + static const char * const rx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 85 exceeds 80 columns #195: FILE: drivers/phy/phy-common-props-test.c:83: + static const u32 rx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_AUTO }; WARNING: line length of 87 exceeds 80 columns #196: FILE: drivers/phy/phy-common-props-test.c:84: + static const char * const rx_pol_names[] = { "sgmii", "2500base-x", "usb-ss" }; WARNING: line length of 82 exceeds 80 columns #229: FILE: drivers/phy/phy-common-props-test.c:117: + static const char * const rx_pol_names[] = { "2500base-x", "1000base-x" }; WARNING: line length of 87 exceeds 80 columns #298: FILE: drivers/phy/phy-common-props-test.c:186: + static const u32 tx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #344: FILE: drivers/phy/phy-common-props-test.c:232: + static const char * const tx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 87 exceeds 80 columns #366: FILE: drivers/phy/phy-common-props-test.c:254: + static const u32 tx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #367: FILE: drivers/phy/phy-common-props-test.c:255: + static const char * const tx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 82 exceeds 80 columns #399: FILE: drivers/phy/phy-common-props-test.c:287: + static const char * const tx_pol_names[] = { "2500base-x", "1000base-x" }; WARNING: line length of 83 exceeds 80 columns #575: FILE: drivers/phy/phy-common-props.c:77: + idx = fwnode_property_match_string(fwnode, names_title, "default"); WARNING: line length of 82 exceeds 80 columns #600: FILE: drivers/phy/phy-common-props.c:102: + err = fwnode_property_read_u32_array(fwnode, props_title, props, n_props); WARNING: line length of 83 exceeds 80 columns #666: FILE: drivers/phy/phy-common-props.c:168: + const char *mode_name, unsigned int supported, WARNING: line length of 81 exceeds 80 columns #667: FILE: drivers/phy/phy-common-props.c:169: + unsigned int default_val, unsigned int *val) total: 0 errors, 14 warnings, 0 checks, 680 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 62611ab319fc ("phy: add phy_get_rx_polarity() and phy_get_tx_polarity()") 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, 14 warnings, 0 checks, 680 lines checked