WARNING: line length of 93 exceeds 80 columns #89: FILE: net/netfilter/nf_nat_sip.c:124: + buflen = sip_sprintf_addr_port(ct, buffer, sizeof(buffer), &newaddr, ntohs(newport)); CHECK: Alignment should match open parenthesis #99: FILE: net/netfilter/nf_nat_sip.c:218: + buflen = sip_sprintf_addr(ct, buffer, sizeof(buffer), &ct->tuplehash[!dir].tuple.dst.u3, CHECK: Alignment should match open parenthesis #108: FILE: net/netfilter/nf_nat_sip.c:235: + buflen = sip_sprintf_addr(ct, buffer, sizeof(buffer), &ct->tuplehash[!dir].tuple.src.u3, WARNING: line length of 83 exceeds 80 columns #116: FILE: net/netfilter/nf_nat_sip.c:252: + buflen = scnprintf(buffer, sizeof(buffer), "%u", ntohs(p)); total: 0 errors, 2 warnings, 2 checks, 122 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 eba5c06e441e ("netfilter: conntrack: remove sprintf usage") 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, 2 warnings, 2 checks, 122 lines checked