Skip to content

Commit

Permalink
SUNRPC: Update the RPC_SHOW_SOCKET() macro
Browse files Browse the repository at this point in the history
Clean up: remove unnecessary commas, and fix a white-space nit.

Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
  • Loading branch information
chucklever authored and amschuma-ntap committed Jun 11, 2020
1 parent 7a34c8e commit 82909dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/trace/events/sunrpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,9 @@ TRACE_EVENT(rpc_reply_pages,
#define RPC_SHOW_SOCKET \
EM( SS_FREE, "FREE" ) \
EM( SS_UNCONNECTED, "UNCONNECTED" ) \
EM( SS_CONNECTING, "CONNECTING," ) \
EM( SS_CONNECTED, "CONNECTED," ) \
EMe(SS_DISCONNECTING, "DISCONNECTING" )
EM( SS_CONNECTING, "CONNECTING" ) \
EM( SS_CONNECTED, "CONNECTED" ) \
EMe( SS_DISCONNECTING, "DISCONNECTING" )

#define rpc_show_socket_state(state) \
__print_symbolic(state, RPC_SHOW_SOCKET)
Expand Down

0 comments on commit 82909dc

Please sign in to comment.