WARNING: line length of 88 exceeds 80 columns #138: FILE: net/rxrpc/ar-internal.h:286: + int (*default_decode_ticket)(struct rxrpc_connection *conn, struct sk_buff *skb, WARNING: line length of 89 exceeds 80 columns #139: FILE: net/rxrpc/ar-internal.h:287: + unsigned int ticket_offset, unsigned int ticket_len, WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #239: new file mode 100644 WARNING: line length of 94 exceeds 80 columns #379: FILE: net/rxrpc/rxgk.c:136: +static struct rxrpc_txbuf *rxgk_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) WARNING: line length of 85 exceeds 80 columns #954: FILE: net/rxrpc/rxgk.c:711: + req = kzalloc(sizeof(*req) + crypto_aead_reqsize(gk->resp_crypto), GFP_NOFS); WARNING: line length of 87 exceeds 80 columns #1007: FILE: net/rxrpc/rxgk.c:764: + ret = rxgk_send_response(conn, page, sizeof(*whdr) + authx_offset + authx_len); WARNING: line length of 81 exceeds 80 columns #1100: FILE: net/rxrpc/rxgk.c:857: + return rxrpc_abort_conn(conn, skb, RXGK_NOTAUTH, -EPROTO, WARNING: line length of 81 exceeds 80 columns #1104: FILE: net/rxrpc/rxgk.c:861: + return rxrpc_abort_conn(conn, skb, RXGK_NOTAUTH, -EPROTO, WARNING: line length of 89 exceeds 80 columns #1109: FILE: net/rxrpc/rxgk.c:866: + return rxrpc_abort_conn(conn, skb, RXGK_NOTAUTH, -EPROTO, WARNING: line length of 84 exceeds 80 columns #1110: FILE: net/rxrpc/rxgk.c:867: + rxgk_abort_resp_call_state); WARNING: line length of 85 exceeds 80 columns #1126: FILE: net/rxrpc/rxgk.c:883: + unsigned int auth_offset, unsigned int auth_len) WARNING: line length of 85 exceeds 80 columns #1230: FILE: net/rxrpc/rxgk.c:987: + gk = rxgk_generate_transport_key(conn, token->rxgk, sp->hdr.cksum, GFP_NOFS); ERROR: space prohibited after that open square bracket '[' #1453: FILE: net/rxrpc/rxgk_app.c:104: + q[ 0] = htonl(RXRPC_SECURITY_YFS_RXGK); ERROR: space prohibited after that open square bracket '[' #1454: FILE: net/rxrpc/rxgk_app.c:105: + q[ 1] = t[1]; /* begintime - msw */ ERROR: space prohibited after that open square bracket '[' #1455: FILE: net/rxrpc/rxgk_app.c:106: + q[ 2] = t[2]; /* - lsw */ ERROR: space prohibited after that open square bracket '[' #1456: FILE: net/rxrpc/rxgk_app.c:107: + q[ 3] = t[5]; /* endtime - msw */ ERROR: space prohibited after that open square bracket '[' #1457: FILE: net/rxrpc/rxgk_app.c:108: + q[ 4] = t[6]; /* - lsw */ ERROR: space prohibited after that open square bracket '[' #1458: FILE: net/rxrpc/rxgk_app.c:109: + q[ 5] = 0; /* level - msw */ ERROR: space prohibited after that open square bracket '[' #1459: FILE: net/rxrpc/rxgk_app.c:110: + q[ 6] = t[0]; /* - lsw */ ERROR: space prohibited after that open square bracket '[' #1460: FILE: net/rxrpc/rxgk_app.c:111: + q[ 7] = 0; /* lifetime - msw */ ERROR: space prohibited after that open square bracket '[' #1461: FILE: net/rxrpc/rxgk_app.c:112: + q[ 8] = t[3]; /* - lsw */ ERROR: space prohibited after that open square bracket '[' #1462: FILE: net/rxrpc/rxgk_app.c:113: + q[ 9] = 0; /* bytelife - msw */ WARNING: line length of 92 exceeds 80 columns #1488: FILE: net/rxrpc/rxgk_app.c:139: + GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, 0, // TODO: Use socket owner total: 10 errors, 13 warnings, 0 checks, 1620 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 17175e22710d ("rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)") 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.