aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-call.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-01-30 18:55:45 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-31 19:27:18 -0800
commit036c2e27bc3a6498afb35de017d810194032d765 (patch)
treefc93e7b01fc0b44e7fc3ab46aadfb88476b5ac2d /net/rxrpc/ar-call.c
parent[BNX2]: Update version to 1.7.3. (diff)
downloadlinux-dev-036c2e27bc3a6498afb35de017d810194032d765.tar.xz
linux-dev-036c2e27bc3a6498afb35de017d810194032d765.zip
[AF_RXRPC]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/rxrpc/ar-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-call.c b/net/rxrpc/ar-call.c
index 3c04b00dab74..d9231245a79a 100644
--- a/net/rxrpc/ar-call.c
+++ b/net/rxrpc/ar-call.c
@@ -15,7 +15,7 @@
#include <net/af_rxrpc.h>
#include "ar-internal.h"
-const char *rxrpc_call_states[] = {
+const char *const rxrpc_call_states[] = {
[RXRPC_CALL_CLIENT_SEND_REQUEST] = "ClSndReq",
[RXRPC_CALL_CLIENT_AWAIT_REPLY] = "ClAwtRpl",
[RXRPC_CALL_CLIENT_RECV_REPLY] = "ClRcvRpl",