]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rxrpc: Fix ACK proposal tracepoint
authorDavid Howells <dhowells@redhat.com>
Mon, 23 Jul 2018 16:18:37 +0000 (17:18 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 Aug 2018 12:28:23 +0000 (13:28 +0100)
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 <dhowells@redhat.com>
include/trace/events/rxrpc.h

index 2aa6f615b60d100b7719e9dad8748b7e42c1c811..c1a800a6dee379335d5f39afc7efbeb8fe1d2c5b 100644 (file)
@@ -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") \