]> git.karo-electronics.de Git - mv-sheeva.git/commit
tipc: remove zeroing assignments to static global variables
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 31 Dec 2010 18:59:34 +0000 (18:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jan 2011 21:57:57 +0000 (13:57 -0800)
commite3ec9c7d5eea9adf2c604c623c987360cc700b88
tree0f17da131a7af8c66383d5a7f4bfa169f5b7e444
parent2db9983a4318818845193bd577879c0620705e82
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>
net/tipc/bcast.c
net/tipc/bearer.c
net/tipc/eth_media.c
net/tipc/handler.c
net/tipc/name_distr.c
net/tipc/name_table.c
net/tipc/node.c
net/tipc/port.c
net/tipc/ref.c
net/tipc/socket.c
net/tipc/subscr.c