linux-stable/kernel/trace/rv
Zeng Heng 01c44bf833 rv/monitors: add 'static' qualifier for local symbols
The sparse tool complains as follows:

kernel/trace/rv/monitors/wwnr/wwnr.c:18:19:
warning: symbol 'rv_wwnr' was not declared. Should it be static?

The `rv_wwnr` symbol is not dereferenced by other extern files,
so add static qualifier for it.

So does wip module.

Link: https://lkml.kernel.org/r/20220824034357.2014202-2-zengheng4@huawei.com

Cc: <mingo@redhat.com>
Fixes:	ccc319dcb4 ("rv/monitor: Add the wwnr monitor")
Fixes:	8812d21219 ("rv/monitor: Add the wip monitor skeleton created by dot2k")
Signed-off-by: Zeng Heng <zengheng4@huawei.com>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2022-09-26 13:01:09 -04:00
..
monitors rv/monitors: add 'static' qualifier for local symbols 2022-09-26 13:01:09 -04:00
Kconfig rv/reactor: Add the panic reactor 2022-07-30 14:01:30 -04:00
Makefile rv/reactor: Add the panic reactor 2022-07-30 14:01:30 -04:00
reactor_panic.c rv/reactor: add __init/__exit annotations to module init/exit funcs 2022-09-06 22:26:00 -04:00
reactor_printk.c rv/reactor: add __init/__exit annotations to module init/exit funcs 2022-09-06 22:26:00 -04:00
rv.c Documentation/rv: Add a basic documentation 2022-07-30 14:01:29 -04:00
rv.h
rv_reactors.c rv: Unlock on error path in rv_unregister_reactor() 2022-08-04 22:49:17 -04:00