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:
Allan Stephens
2010-12-31 18:59:34 +00:00
committed by David S. Miller
parent 2db9983a43
commit e3ec9c7d5e
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ static void node_established_contact(struct tipc_node *n_ptr);
static DEFINE_SPINLOCK(node_create_lock);
u32 tipc_own_tag = 0;
u32 tipc_own_tag;
/**
* tipc_node_create - create neighboring node