diff options
author | Hoang Huu Le <hoang.h.le@dektech.com.au> | 2021-03-11 10:33:23 +0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-11 18:06:54 -0800 |
commit | 97bc84bbd4de3c060b68aea4d546c7f21c4d6814 (patch) | |
tree | 0fef7cce61fe08b2deaa81156d2f8883661f481f /init/initramfs.c | |
parent | 1980d37565061ab44bdc2f9e4da477d3b9752e81 (diff) | |
download | linux-97bc84bbd4de3c060b68aea4d546c7f21c4d6814.tar.bz2 |
tipc: clean up warnings detected by sparse
This patch fixes the following warning from sparse:
net/tipc/monitor.c:263:35: warning: incorrect type in assignment (different base types)
net/tipc/monitor.c:263:35: expected unsigned int
net/tipc/monitor.c:263:35: got restricted __be32 [usertype]
[...]
net/tipc/node.c:374:13: warning: context imbalance in 'tipc_node_read_lock' - wrong count at exit
net/tipc/node.c:379:13: warning: context imbalance in 'tipc_node_read_unlock' - unexpected unlock
net/tipc/node.c:384:13: warning: context imbalance in 'tipc_node_write_lock' - wrong count at exit
net/tipc/node.c:389:13: warning: context imbalance in 'tipc_node_write_unlock_fast' - unexpected unlock
net/tipc/node.c:404:17: warning: context imbalance in 'tipc_node_write_unlock' - unexpected unlock
[...]
net/tipc/crypto.c:1201:9: warning: incorrect type in initializer (different address spaces)
net/tipc/crypto.c:1201:9: expected struct tipc_aead [noderef] __rcu *__tmp
net/tipc/crypto.c:1201:9: got struct tipc_aead *
[...]
Acked-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Hoang Huu Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init/initramfs.c')
0 files changed, 0 insertions, 0 deletions