commit | 5b3e87f19e71b7a2f789c40de04704886932b5cf | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 07 17:23:23 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 11 15:34:40 2016 -0400 |
tree | eb929677075ea01cf42ce29fd0b9464f085aef7e | |
parent | 8e688d9c166671bb4a6977384de2fe7f46a31ba4 [diff] |
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>