WARNING: line length of 92 exceeds 80 columns
#92: FILE: net/rxrpc/output.c:88:
+			      sizeof(*whdr) + sizeof(*ack) + 1 + 3 + sizeof(*trailer), gfp);

WARNING: line length of 81 exceeds 80 columns
#128: FILE: net/rxrpc/output.c:124:
+static void rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial,

WARNING: line length of 88 exceeds 80 columns
#161: FILE: net/rxrpc/output.c:153:
+			      rxrpc_serial_t serial_to_ack, rxrpc_serial_t *_ack_serial)

WARNING: line length of 83 exceeds 80 columns
#193: FILE: net/rxrpc/output.c:180:
+	whdr->flags		= call->conn->out_clientflag | RXRPC_SLOW_START_OK;

WARNING: line length of 82 exceeds 80 columns
#264: FILE: net/rxrpc/output.c:234:
+		rxrpc_begin_rtt_probe(call, *_ack_serial, now, rxrpc_rtt_tx_ping);

WARNING: line length of 81 exceeds 80 columns
#276: FILE: net/rxrpc/output.c:244:
+static void rxrpc_send_ack_packet(struct rxrpc_call *call, int nr_kv, size_t len,

WARNING: line length of 90 exceeds 80 columns
#277: FILE: net/rxrpc/output.c:245:
+				  rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why)

WARNING: line length of 83 exceeds 80 columns
#343: FILE: net/rxrpc/output.c:302:
+		    rxrpc_serial_t serial_to_ack, enum rxrpc_propose_ack_trace why)

WARNING: line length of 88 exceeds 80 columns
#367: FILE: net/rxrpc/output.c:320:
+	nr_kv = rxrpc_fill_out_ack(call, nr_kv, ack_reason, serial_to_ack, &ack_serial);

total: 0 errors, 9 warnings, 0 checks, 440 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 dec8b9861cb1 ("rxrpc: Don't allocate a txbuf for an ACK transmission") 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, 9 warnings, 0 checks, 440 lines checked