WARNING: line length of 83 exceeds 80 columns #96: FILE: drivers/net/phy/phy_device.c:1077: + struct fwnode_handle *fwnode, bool is_c45) WARNING: ENOSYS means 'invalid syscall nr' and nothing else #116: FILE: drivers/net/phy/phy_device.c:1097: + else if (PTR_ERR(gpiod) == -ENOSYS) WARNING: line length of 98 exceeds 80 columns #123: FILE: drivers/net/phy/phy_device.c:1104: + rstc = of_reset_control_get_optional_exclusive(to_of_node(fwnode), "phy"); WARNING: line length of 83 exceeds 80 columns #130: FILE: drivers/net/phy/phy_device.c:1111: + if (!fwnode_property_read_u32(fwnode, "reset-deassert-us", &delay)) WARNING: line length of 84 exceeds 80 columns #166: FILE: include/linux/phy.h:2146: + struct fwnode_handle *fwnode, bool is_c45); total: 0 errors, 5 warnings, 0 checks, 121 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 d1c8604486f4 ("net: phy: Handle PHY reset during initial PHY ID read") 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, 5 warnings, 0 checks, 121 lines checked