Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e878b8d authored by Greg Dietsche's avatar Greg Dietsche Committed by David S. Miller
Browse files

net: rds: fix const array syntax



Correct the syntax so that both array and pointer are const.

Signed-off-by: default avatarGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fddc5f3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
DEFINE_PER_CPU(struct rds_tcp_statistics, rds_tcp_stats)
	____cacheline_aligned;

static const char const *rds_tcp_stat_names[] = {
static const char * const rds_tcp_stat_names[] = {
	"tcp_data_ready_calls",
	"tcp_write_space_calls",
	"tcp_sndbuf_full",