mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
tipc: remove zeroing assignments to static global variables
Cleans up TIPC's source code to eliminate the needless initialization of static variables to zero. These changes are purely cosmetic and do not alter the operation of TIPC in any way. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2db9983a43
commit
e3ec9c7d5e
11 changed files with 15 additions and 15 deletions
|
@ -68,7 +68,7 @@ static const struct proto_ops msg_ops;
|
|||
|
||||
static struct proto tipc_proto;
|
||||
|
||||
static int sockets_enabled = 0;
|
||||
static int sockets_enabled;
|
||||
|
||||
static atomic_t tipc_queue_size = ATOMIC_INIT(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue