CHECK: Alignment should match open parenthesis #63: FILE: net/ipv4/udp.c:1823: + SNMP_ADD_STATS(__UDPX_MIB(sk, true), UDP_MIB_RCVBUFERRORS, + err_count.rcvbuf4); CHECK: Alignment should match open parenthesis #65: FILE: net/ipv4/udp.c:1825: + SNMP_ADD_STATS(__UDPX_MIB(sk, true), UDP_MIB_MEMERRORS, + err_count.mem4); CHECK: Alignment should match open parenthesis #67: FILE: net/ipv4/udp.c:1827: + SNMP_ADD_STATS(__UDPX_MIB(sk, true), UDP_MIB_INERRORS, + err_count.mem4 + err_count.rcvbuf4); CHECK: Alignment should match open parenthesis #69: FILE: net/ipv4/udp.c:1829: + SNMP_ADD_STATS(__UDPX_MIB(sk, false), UDP_MIB_RCVBUFERRORS, + err_count.rcvbuf6); CHECK: Alignment should match open parenthesis #71: FILE: net/ipv4/udp.c:1831: + SNMP_ADD_STATS(__UDPX_MIB(sk, false), UDP_MIB_MEMERRORS, + err_count.mem6); CHECK: Alignment should match open parenthesis #73: FILE: net/ipv4/udp.c:1833: + SNMP_ADD_STATS(__UDPX_MIB(sk, false), UDP_MIB_INERRORS, + err_count.mem6 + err_count.rcvbuf6); total: 0 errors, 0 warnings, 6 checks, 53 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 8d61a48cf615 ("udp: add drop count for packets in udp_prod_queue") 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, 6 checks, 53 lines checked