WARNING: Unexpected content after email: 'Jenny Guanni Qu .', should be: 'Jenny Guanni Qu ' #47: Reported-by: Jenny Guanni Qu . WARNING: line length of 91 exceeds 80 columns #258: FILE: net/netfilter/nf_conntrack_sip.c:1163: + port = sip_strtouint(*dptr + mediaoff, *datalen - mediaoff, (char **)&end); WARNING: line length of 85 exceeds 80 columns #268: FILE: net/netfilter/nf_conntrack_sip.c:1338: + expires = sip_strtouint(*dptr + matchoff, *datalen - matchoff, NULL); WARNING: line length of 85 exceeds 80 columns #277: FILE: net/netfilter/nf_conntrack_sip.c:1442: + expires = sip_strtouint(*dptr + matchoff, *datalen - matchoff, NULL); WARNING: line length of 83 exceeds 80 columns #301: FILE: net/netfilter/nf_conntrack_sip.c:1518: + cseq = sip_strtouint(*dptr + matchoff, *datalen - matchoff, (char **)&end); WARNING: line length of 91 exceeds 80 columns #320: FILE: net/netfilter/nf_conntrack_sip.c:1585: + cseq = sip_strtouint(*dptr + matchoff, *datalen - matchoff, (char **)&end); WARNING: line length of 89 exceeds 80 columns #330: FILE: net/netfilter/nf_conntrack_sip.c:1662: + clen = sip_strtouint(dptr + matchoff, datalen - matchoff, (char **)&end); total: 0 errors, 7 warnings, 0 checks, 264 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 da3aa10b886d ("netfilter: nf_conntrack_sip: don't use simple_strtoul") 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, 7 warnings, 0 checks, 264 lines checked