WARNING: line length of 87 exceeds 80 columns #152: FILE: drivers/phy/phy-common-props-test.c:35: + static const u32 rx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #198: FILE: drivers/phy/phy-common-props-test.c:81: + static const char * const rx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 85 exceeds 80 columns #220: FILE: drivers/phy/phy-common-props-test.c:103: + static const u32 rx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_AUTO }; WARNING: line length of 87 exceeds 80 columns #221: FILE: drivers/phy/phy-common-props-test.c:104: + static const char * const rx_pol_names[] = { "sgmii", "2500base-x", "usb-ss" }; WARNING: line length of 82 exceeds 80 columns #254: FILE: drivers/phy/phy-common-props-test.c:137: + static const char * const rx_pol_names[] = { "2500base-x", "1000base-x" }; WARNING: line length of 87 exceeds 80 columns #343: FILE: drivers/phy/phy-common-props-test.c:226: + static const u32 tx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #389: FILE: drivers/phy/phy-common-props-test.c:272: + static const char * const tx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 87 exceeds 80 columns #411: FILE: drivers/phy/phy-common-props-test.c:294: + static const u32 tx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_NORMAL }; WARNING: line length of 91 exceeds 80 columns #412: FILE: drivers/phy/phy-common-props-test.c:295: + static const char * const tx_pol_names[] = { "sgmii", "2500base-x", "1000base-x" }; WARNING: line length of 82 exceeds 80 columns #444: FILE: drivers/phy/phy-common-props-test.c:327: + static const char * const tx_pol_names[] = { "2500base-x", "1000base-x" }; WARNING: line length of 83 exceeds 80 columns #615: FILE: drivers/phy/phy-common-props.c:70: + idx = fwnode_property_match_string(fwnode, names_title, "default"); WARNING: line length of 82 exceeds 80 columns #640: FILE: drivers/phy/phy-common-props.c:95: + err = fwnode_property_read_u32_array(fwnode, props_title, props, n_props); WARNING: line length of 83 exceeds 80 columns #706: FILE: drivers/phy/phy-common-props.c:161: + const char *mode_name, unsigned int supported, WARNING: line length of 81 exceeds 80 columns #707: FILE: drivers/phy/phy-common-props.c:162: + unsigned int default_val, unsigned int *val) total: 0 errors, 14 warnings, 0 checks, 715 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 d6ee64eb6b5a ("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, 715 lines checked