From: David Howells Date: Mon, 23 Jul 2018 16:18:37 +0000 (+0100) Subject: rxrpc: Fix ACK proposal tracepoint X-Git-Tag: v4.19-rc1~140^2~163^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=197445aff13c164794efb6d87a28762e843622d8;p=thirdparty%2Flinux.git rxrpc: Fix ACK proposal tracepoint Fix the ACK proposal tracepoint outcomes list by making the one that's an empty string not an empty string - which gets rendered as a hex number string instead. Signed-off-by: David Howells --- diff --git a/include/trace/events/rxrpc.h b/include/trace/events/rxrpc.h index 2aa6f615b60d1..c1a800a6dee37 100644 --- a/include/trace/events/rxrpc.h +++ b/include/trace/events/rxrpc.h @@ -396,7 +396,7 @@ enum rxrpc_tx_point { #define rxrpc_propose_ack_outcomes \ EM(rxrpc_propose_ack_subsume, " Subsume") \ EM(rxrpc_propose_ack_update, " Update") \ - E_(rxrpc_propose_ack_use, "") + E_(rxrpc_propose_ack_use, " New") #define rxrpc_congest_modes \ EM(RXRPC_CALL_CONGEST_AVOIDANCE, "CongAvoid") \