WARNING: line length of 94 exceeds 80 columns
#30: FILE: drivers/net/ethernet/xilinx/xilinx_axienet.h:277:
+#define XAE_EMMC_LINKSPD_1000_2500	0x80000000 /* Link Speed mask for 1000 or 2500 Mbit */

WARNING: line length of 89 exceeds 80 columns
#94: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:3101:
+		lp->phylink_config.mac_capabilities |= MAC_10FD | MAC_100FD | MAC_1000FD;

total: 0 errors, 2 warnings, 0 checks, 63 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 2e11dc190b97 ("net: axienet: Add support for 2500base-X only configuration.") 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, 2 warnings, 0 checks, 63 lines checked