CHECK: Alignment should match open parenthesis #38: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1228: + netdev_warn(ndev, + "Dropping oversized RX frame (len=%u, tailroom=%u)\n", ERROR: space required before the open brace '{' #42: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1232: + }else{ ERROR: space required after that close brace '}' #42: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1232: + }else{ WARNING: line length of 88 exceeds 80 columns #51: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1241: + XAE_FULL_CSUM_STATUS_MASK) >> 3; WARNING: line length of 86 exceeds 80 columns #52: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1242: + if (csumstatus == XAE_IP_TCP_CSUM_VALIDATED || WARNING: line length of 90 exceeds 80 columns #53: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1243: + csumstatus == XAE_IP_UDP_CSUM_VALIDATED) { CHECK: Alignment should match open parenthesis #53: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1243: + if (csumstatus == XAE_IP_TCP_CSUM_VALIDATED || + csumstatus == XAE_IP_UDP_CSUM_VALIDATED) { WARNING: line length of 86 exceeds 80 columns #54: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1244: + skb->ip_summed = CHECKSUM_UNNECESSARY; WARNING: line length of 88 exceeds 80 columns #56: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1246: + } else if (lp->features & XAE_FEATURE_PARTIAL_RX_CSUM) { WARNING: line length of 86 exceeds 80 columns #57: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1247: + skb->csum = be32_to_cpu(cur_p->app3 & 0xFFFF); total: 2 errors, 6 warnings, 2 checks, 55 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 e7d181c37aaa ("drivers: net: axienet: safely drop oversized RX frames") 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.