summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells2016-04-07 18:23:23 +0200
committerDavid S. Miller2016-04-11 21:34:40 +0200
commit5b3e87f19e71b7a2f789c40de04704886932b5cf (patch)
treeeb929677075ea01cf42ce29fd0b9464f085aef7e /net/rxrpc/ar-internal.h
parentrxrpc: Move some miscellaneous bits out into their own file (diff)
downloadkernel-qcow2-linux-5b3e87f19e71b7a2f789c40de04704886932b5cf.tar.gz
kernel-qcow2-linux-5b3e87f19e71b7a2f789c40de04704886932b5cf.tar.xz
kernel-qcow2-linux-5b3e87f19e71b7a2f789c40de04704886932b5cf.zip
rxrpc: Static arrays of strings should be const char *const[]
Static arrays of strings should be const char *const[]. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r--net/rxrpc/ar-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index 24126d954f38..eeb829e837e1 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -637,7 +637,7 @@ extern unsigned int rxrpc_rx_window_size;
extern unsigned int rxrpc_rx_mtu;
extern unsigned int rxrpc_rx_jumbo_max;
-extern const char *rxrpc_pkts[];
+extern const char *const rxrpc_pkts[];
extern const s8 rxrpc_ack_priority[];
extern const char *rxrpc_acks(u8 reason);