]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Static arrays of strings should be const char *const[]
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:23 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:34:40 +0000 (15:34 -0400)
commit12c4748b5e74de20cc1abfa2886d1f7cb2c779e3
treeeb929677075ea01cf42ce29fd0b9464f085aef7e
parentc080ce3aadb08153a2c1644fd9a37d446b0efd3e
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>
include/rxrpc/packet.h
net/rxrpc/ar-internal.h
net/rxrpc/misc.c