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
@@ -68,8 +68,6 @@ struct rxrpc_wire_header {
|
||||
|
||||
} __packed;
|
||||
|
||||
extern const char *rxrpc_pkts[];
|
||||
|
||||
#define RXRPC_SUPPORTED_PACKET_TYPES ( \
|
||||
(1 << RXRPC_PACKET_TYPE_DATA) | \
|
||||
(1 << RXRPC_PACKET_TYPE_ACK) | \
|
||||
|
||||
Reference in New Issue
Block a user