WARNING: line length of 88 exceeds 80 columns #104: FILE: include/keys/rxrpc-type.h:41: + u64 lifetime; /* Maximum lifespan of a connection (seconds) */ WARNING: line length of 85 exceeds 80 columns #105: FILE: include/keys/rxrpc-type.h:42: + u64 bytelife; /* Maximum number of bytes on a connection */ WARNING: line length of 99 exceeds 80 columns #107: FILE: include/keys/rxrpc-type.h:44: + s8 level; /* Negotiated security RXRPC_SECURITY_PLAIN/AUTH/ENCRYPT */ CHECK: multiple assignments should be avoided #216: FILE: net/rxrpc/key.c:216: + token->rxgk->level = tmp = xdr_dec64(xdr + 2 * 2); CHECK: multiple assignments should be avoided #221: FILE: net/rxrpc/key.c:221: + token->rxgk->enctype = tmp = xdr_dec64(xdr + 5 * 2); WARNING: line length of 82 exceeds 80 columns #253: FILE: net/rxrpc/key.c:253: + min_t(u32, token->rxgk->ticket.len, 32), token->rxgk->ticket.data); WARNING: line length of 83 exceeds 80 columns #256: FILE: net/rxrpc/key.c:256: + prep->payload.data[1] = (void *)((unsigned long)prep->payload.data[1] + 1); WARNING: line length of 89 exceeds 80 columns #292: FILE: net/rxrpc/key.c:384: + ret2 = rxrpc_preparse_xdr_yfs_rxgk(prep, datalen, token, toklen); WARNING: line length of 89 exceeds 80 columns #346: FILE: net/rxrpc/key.c:856: + ENCODE_DATA(token->rxgk->key.len, token->rxgk->key.data); WARNING: line length of 87 exceeds 80 columns #347: FILE: net/rxrpc/key.c:857: + ENCODE_DATA(token->rxgk->ticket.len, token->rxgk->ticket.data); total: 0 errors, 8 warnings, 2 checks, 254 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 2ea8945d2aac ("rxrpc: Add YFS RxGK (GSSAPI) security class") 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, 8 warnings, 2 checks, 254 lines checked