WARNING: line length of 89 exceeds 80 columns #32: FILE: net/sctp/inqueue.c:172: + if (chunk->head_skb && chunk->skb->data_len == chunk->skb->len) { WARNING: line length of 82 exceeds 80 columns #33: FILE: net/sctp/inqueue.c:173: + if (WARN_ON(!skb_shinfo(chunk->skb)->frag_list)) { WARNING: line length of 82 exceeds 80 columns #34: FILE: net/sctp/inqueue.c:174: + __SCTP_INC_STATS(dev_net(chunk->skb->dev), WARNING: line length of 83 exceeds 80 columns #35: FILE: net/sctp/inqueue.c:175: + SCTP_MIB_IN_PKT_DISCARDS); total: 0 errors, 4 warnings, 0 checks, 20 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 a95d0a3d5a44 ("sctp: avoid NULL dereference when chunk data buffer is missing") 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, 4 warnings, 0 checks, 20 lines checked