mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
d0e874705e
The sparse tool complains as follows: drivers/misc/sgi-xp/xp_main.c:24:22: warning: symbol 'xp_dbg_name' was not declared. Should it be static? drivers/misc/sgi-xp/xp_main.c:28:15: warning: symbol 'xp_dbg_subname' was not declared. Should it be static? These symbols are not used outside of xp_main.c, so this commit marks them static. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zou Wei <zou_wei@huawei.com> Link: https://lore.kernel.org/r/20210324084823.7393-1-zou_wei@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
Makefile | ||
xp_main.c | ||
xp_uv.c | ||
xp.h | ||
xpc_channel.c | ||
xpc_main.c | ||
xpc_partition.c | ||
xpc_uv.c | ||
xpc.h | ||
xpnet.c |