WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #146: new file mode 100644 CHECK: Please use a blank line after function/struct/union/enum declarations #316: FILE: include/linux/netdev_tx_clk.h:24: +}; +#if IS_ENABLED(CONFIG_NET_TX_CLK) WARNING: line length of 87 exceeds 80 columns #325: FILE: include/linux/netdev_tx_clk.h:33: +static inline int netdev_tx_clk_register(struct net_device *ndev, const char *clk_name, WARNING: line length of 85 exceeds 80 columns #512: FILE: net/core/tx_clk.c:99: + ndev->tx_clk_dir = kobject_create_and_add("tx_clk", &ndev->dev.kobj); total: 0 errors, 3 warnings, 1 checks, 431 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 ddfa419531b0 ("net: add net-device TX clock source selection framework") 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, 431 lines checked