aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r--include/linux/sunrpc/xprt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index d11cedd14f0f..4596c26f97aa 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -53,6 +53,8 @@ enum rpc_display_format_t {
53 RPC_DISPLAY_PORT, 53 RPC_DISPLAY_PORT,
54 RPC_DISPLAY_PROTO, 54 RPC_DISPLAY_PROTO,
55 RPC_DISPLAY_ALL, 55 RPC_DISPLAY_ALL,
56 RPC_DISPLAY_HEX_ADDR,
57 RPC_DISPLAY_HEX_PORT,
56 RPC_DISPLAY_MAX, 58 RPC_DISPLAY_MAX,
57}; 59};
58 60