diff options
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r-- | net/tipc/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 0895dec2967c..18aad573f551 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -68,7 +68,7 @@ static const struct proto_ops msg_ops; | |||
68 | 68 | ||
69 | static struct proto tipc_proto; | 69 | static struct proto tipc_proto; |
70 | 70 | ||
71 | static int sockets_enabled = 0; | 71 | static int sockets_enabled; |
72 | 72 | ||
73 | static atomic_t tipc_queue_size = ATOMIC_INIT(0); | 73 | static atomic_t tipc_queue_size = ATOMIC_INIT(0); |
74 | 74 | ||