summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rds/tcp.c')
-rw-r--r--net/rds/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/tcp.c b/net/rds/tcp.c
index 3296a6ac583a..1a0399dea764 100644
--- a/net/rds/tcp.c
+++ b/net/rds/tcp.c
@@ -366,7 +366,7 @@ struct rds_transport rds_tcp_transport = {
366 .t_mp_capable = 1, 366 .t_mp_capable = 1,
367}; 367};
368 368
369static int rds_tcp_netid; 369static unsigned int rds_tcp_netid;
370 370
371/* per-network namespace private data for this module */ 371/* per-network namespace private data for this module */
372struct rds_tcp_net { 372struct rds_tcp_net {