WARNING: line length of 81 exceeds 80 columns #29: FILE: net/xfrm/xfrm_iptfs.c:38: + * The default IPTFS reorder window size. The reorder window size dictates WARNING: line length of 82 exceeds 80 columns #30: FILE: net/xfrm/xfrm_iptfs.c:39: + * the maximum number of IPTFS tunnel packets in a sequence that may arrive WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #166: FILE: net/xfrm/xfrm_iptfs.c:1295: + BUG_ON(!savedlen); WARNING: line length of 87 exceeds 80 columns #242: FILE: net/xfrm/xfrm_iptfs.c:1371: + /* we are below another, our drop time and the timer are already set */ WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #243: FILE: net/xfrm/xfrm_iptfs.c:1372: + BUG_ON(xtfs->w_saved[index + 1].drop_time != WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #273: FILE: net/xfrm/xfrm_iptfs.c:1402: + BUG_ON(distance >= nslots); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #330: FILE: net/xfrm/xfrm_iptfs.c:1458: + BUG_ON(inseq <= wantseq); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #332: FILE: net/xfrm/xfrm_iptfs.c:1460: + BUG_ON(distance <= nslots - 1); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #434: FILE: net/xfrm/xfrm_iptfs.c:1562: + BUG_ON(slot0); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #436: FILE: net/xfrm/xfrm_iptfs.c:1564: + BUG_ON(!slot0); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #461: FILE: net/xfrm/xfrm_iptfs.c:1589: + BUG_ON(xtfs->w_wantseq != __esp_seq(slot0)); total: 0 errors, 11 warnings, 0 checks, 637 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 12b4471bf37c ("xfrm: iptfs: handle reordering of received packets") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 11 warnings, 0 checks, 637 lines checked