WARNING: line length of 95 exceeds 80 columns #63: FILE: net/rxrpc/ar-internal.h:390: + unsigned int last_tx_at; /* Last time packet sent here (time64_t LSW) */ WARNING: line length of 84 exceeds 80 columns #173: FILE: net/rxrpc/peer_event.c:244: +static time64_t rxrpc_peer_get_tx_mark(const struct rxrpc_peer *peer, time64_t base) WARNING: line length of 97 exceeds 80 columns #192: FILE: net/rxrpc/peer_event.c:283: + keepalive_at = rxrpc_peer_get_tx_mark(peer, base) + RXRPC_KEEPALIVE_TIME; total: 0 errors, 3 warnings, 0 checks, 145 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 f2b43f860b1f ("rxrpc: Fix data-race warning and potential load/store tearing") 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, 3 warnings, 0 checks, 145 lines checked