CHECK: Please don't use multiple blank lines #35: FILE: drivers/net/phy/phylink.c:2596: + WARNING: suspect code indent for conditional statements (8, 12) #50: FILE: drivers/net/phy/phylink.c:2611: + if (pl->mac_rx_clk_stop_blocked++ == 0 && [...] + pl->config->eee_rx_clk_stop_enable) WARNING: function definition argument 'struct phylink *' should also have an identifier name #95: FILE: include/linux/phylink.h:701: +void phylink_rx_clk_stop_block(struct phylink *); WARNING: function definition argument 'struct phylink *' should also have an identifier name #96: FILE: include/linux/phylink.h:702: +void phylink_rx_clk_stop_unblock(struct phylink *); total: 0 errors, 3 warnings, 1 checks, 71 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 9323ed44b46f ("net: phylink: add functions to block/unblock rx clock stop") 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, 3 warnings, 1 checks, 71 lines checked