WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #130: new file mode 100644 ERROR: code indent should use tabs where possible #403: FILE: drivers/net/phy/marvell_ptp.c:269: +^I^I^I "Marvell PHY", dev);$ WARNING: Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity") #441: FILE: drivers/net/phy/marvell_ptp.c:307: +MODULE_LICENSE("GPL v2"); CHECK: Please use a blank line after function/struct/union/enum declarations #461: FILE: drivers/net/phy/marvell_ptp.h:14: +} +#define marvell_phy_ptp_probe(x...) marvell_phy_ptp_dummy_probe() total: 1 errors, 2 warnings, 1 checks, 399 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 5182d38895a3 ("net: phy: add Marvell PHY PTP support") 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.