CHECK: Alignment should match open parenthesis #80: FILE: drivers/net/ethernet/broadcom/genet/bcmgenet.c:2401: +static void bcmgenet_xdp_ring_doorbell(struct bcmgenet_priv *priv, + struct bcmgenet_tx_ring *ring) CHECK: Alignment should match open parenthesis #117: FILE: drivers/net/ethernet/broadcom/genet/bcmgenet.c:2441: + if (unlikely(!bcmgenet_xdp_xmit_frame(priv, tx_ring, xdpf, + false))) { CHECK: Alignment should match open parenthesis #184: FILE: drivers/net/ethernet/broadcom/genet/bcmgenet.c:4045: +static int bcmgenet_xdp_xmit(struct net_device *dev, int num_frames, + struct xdp_frame **frames, u32 flags) total: 0 errors, 0 warnings, 3 checks, 195 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 9698e86519ec ("net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 0 warnings, 3 checks, 195 lines checked