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>
This commit is contained in:

committed by
David S. Miller

parent
8e688d9c16
commit
5b3e87f19e
@@ -58,7 +58,7 @@ unsigned int rxrpc_rx_mtu = 5692;
|
||||
*/
|
||||
unsigned int rxrpc_rx_jumbo_max = 4;
|
||||
|
||||
const char *rxrpc_pkts[] = {
|
||||
const char *const rxrpc_pkts[] = {
|
||||
"?00",
|
||||
"DATA", "ACK", "BUSY", "ABORT", "ACKALL", "CHALL", "RESP", "DEBUG",
|
||||
"?09", "?10", "?11", "?12", "VERSION", "?14", "?15"
|
||||
|
Reference in New Issue
Block a user