WARNING: suspect code indent for conditional statements (0, 0) #40: FILE: include/linux/key.h:307: +DEFINE_FREE(key_put, struct key *, if (!IS_ERR(_T)) key_put(_T)) [...] static inline struct key *__key_get(struct key *key) WARNING: line length of 85 exceeds 80 columns #198: FILE: net/rxrpc/rxkad.c:1230: + return rxrpc_abort_conn(conn, skb, RXKADSEALEDINCON, -EPROTO, WARNING: line length of 85 exceeds 80 columns #201: FILE: net/rxrpc/rxkad.c:1233: + return rxrpc_abort_conn(conn, skb, RXKADSEALEDINCON, -EPROTO, WARNING: line length of 93 exceeds 80 columns #210: FILE: net/rxrpc/rxkad.c:1237: + return rxrpc_abort_conn(conn, skb, RXKADSEALEDINCON, -EPROTO, WARNING: line length of 85 exceeds 80 columns #211: FILE: net/rxrpc/rxkad.c:1238: + rxkad_abort_resp_call_state); total: 0 errors, 5 warnings, 0 checks, 224 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 1b7847294a32 ("rxrpc: Fix memory leaks in rxkad_verify_response()") 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, 5 warnings, 0 checks, 224 lines checked