You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
David S. Miller
parent
2db9983a43
commit
e3ec9c7d5e
@@ -56,7 +56,7 @@ struct eth_bearer {
|
||||
};
|
||||
|
||||
static struct eth_bearer eth_bearers[MAX_ETH_BEARERS];
|
||||
static int eth_started = 0;
|
||||
static int eth_started;
|
||||
static struct notifier_block notifier;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user