WARNING: line length of 100 exceeds 80 columns #208: FILE: drivers/phy/phy-provider.h:89: + * @max_link_rate: Maximum link rate supported by PHY (units to be decided by producer and consumer) CHECK: struct mutex definition without comment #234: FILE: drivers/phy/phy-provider.h:115: + struct mutex mutex; WARNING: line length of 88 exceeds 80 columns #294: FILE: drivers/phy/phy-provider.h:175: + const struct of_phandle_args *args)); WARNING: line length of 81 exceeds 80 columns #296: FILE: drivers/phy/phy-provider.h:177: +__devm_of_phy_provider_register(struct device *dev, struct device_node *children, WARNING: line length of 93 exceeds 80 columns #299: FILE: drivers/phy/phy-provider.h:180: + const struct of_phandle_args *args)); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #312: FILE: drivers/phy/phy-provider.h:193: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #319: FILE: drivers/phy/phy-provider.h:200: + return ERR_PTR(-ENOSYS); WARNING: line length of 87 exceeds 80 columns #334: FILE: drivers/phy/phy-provider.h:215: + const struct of_phandle_args *args)) WARNING: ENOSYS means 'invalid syscall nr' and nothing else #336: FILE: drivers/phy/phy-provider.h:217: + return ERR_PTR(-ENOSYS); WARNING: line length of 81 exceeds 80 columns #340: FILE: drivers/phy/phy-provider.h:221: +__devm_of_phy_provider_register(struct device *dev, struct device_node *children, WARNING: line length of 92 exceeds 80 columns #343: FILE: drivers/phy/phy-provider.h:224: + const struct of_phandle_args *args)) WARNING: ENOSYS means 'invalid syscall nr' and nothing else #345: FILE: drivers/phy/phy-provider.h:226: + return ERR_PTR(-ENOSYS); WARNING: line length of 85 exceeds 80 columns #353: FILE: drivers/phy/phy-provider.h:234: + struct phy_provider *phy_provider) WARNING: line length of 81 exceeds 80 columns #369: FILE: drivers/phy/phy-provider.h:250: + const struct of_phandle_args *args) WARNING: ENOSYS means 'invalid syscall nr' and nothing else #371: FILE: drivers/phy/phy-provider.h:252: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #751: FILE: include/linux/phy/phy.h:63: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #758: FILE: include/linux/phy/phy.h:68: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #806: FILE: include/linux/phy/phy.h:81: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #820: FILE: include/linux/phy/phy.h:95: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #837: FILE: include/linux/phy/phy.h:112: + return ERR_PTR(-ENOSYS); total: 0 errors, 19 warnings, 1 checks, 956 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 6c479cd17631 ("phy: move provider API out of public ") 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, 19 warnings, 1 checks, 956 lines checked