WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #20: new file mode 100644 CHECK: extern prototypes should be avoided in .h files #398: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801.h:374: +extern int fxgmac_net_powerup(struct fxgmac_pdata *priv); CHECK: extern prototypes should be avoided in .h files #399: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801.h:375: +extern int fxgmac_net_powerdown(struct fxgmac_pdata *priv); CHECK: extern prototypes should be avoided in .h files #400: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801.h:376: +extern int fxgmac_drv_probe(struct device *dev, struct fxgmac_resources *res); CHECK: extern prototypes should be avoided in .h files #401: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801.h:377: +extern void fxgmac_phy_reset(struct fxgmac_pdata *priv); WARNING: line length of 82 exceeds 80 columns #431: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801_net.c:22: + !FXGMAC_GET_BITS(val, MAC_MDIO_ADDR, BUSY), WARNING: line length of 82 exceeds 80 columns #450: FILE: drivers/net/ethernet/motorcomm/yt6801/yt6801_net.c:41: + !FXGMAC_GET_BITS(val, MAC_MDIO_ADDR, BUSY), total: 0 errors, 3 warnings, 4 checks, 1445 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 748f490e6304 ("motorcomm:yt6801: Implement mdio register") 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, 4 checks, 1445 lines checked