]> git.baikalelectronics.ru Git - kernel.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)
commit60651397f30bf000e7510733742445eae9c4f356
tree0f17da131a7af8c66383d5a7f4bfa169f5b7e444
parentab7c747cacc1f0529850bbc90c5b8c111af9b5da
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