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 83 exceeds 80 columns #86: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2686: + ret = of_property_read_u32(pdev->dev.of_node, "max-speed", &lp->max_speed); WARNING: line length of 89 exceeds 80 columns #115: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2898: + lp->phylink_config.mac_capabilities |= MAC_10FD | MAC_100FD | MAC_1000FD; total: 0 errors, 3 warnings, 0 checks, 83 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 f8899e514da8 ("net: axienet: Add support for AXI 2.5G MAC") 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, 0 checks, 83 lines checked