]> 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)
commit397242f3618cd8875b055218f13d8f3860b430df
treeeb929677075ea01cf42ce29fd0b9464f085aef7e
parent249e20587ddf6d71c078633567c467f3e66fe8b3
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