WARNING: line length of 86 exceeds 80 columns #116: FILE: net/xdp/xsk.c:797: + /* Since we dropped the RCU read lock, the socket state might have changed. */ WARNING: line length of 92 exceeds 80 columns #132: FILE: net/xdp/xsk.c:813: + for (; i < max_batch && xskq_cons_peek_desc(xs->tx, &desc, xs->pool); i++) { WARNING: line length of 81 exceeds 80 columns #138: FILE: net/xdp/xsk.c:819: + * Reserve space in the completion queue and only proceed WARNING: line length of 83 exceeds 80 columns #139: FILE: net/xdp/xsk.c:820: + * if there is space in it. This avoids having to implement CHECK: multiple assignments should be avoided #175: FILE: net/xdp/xsk.c:856: + i = j = 0; total: 0 errors, 4 warnings, 1 checks, 152 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 5918706847fb ("xsk: support generic batch xmit in copy mode") 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, 4 warnings, 1 checks, 152 lines checked