]> git.baikalelectronics.ru Git - kernel.git/commit
rv/reactor: add __init/__exit annotations to module init/exit funcs
authorXiu Jianfeng <xiujianfeng@huawei.com>
Tue, 6 Sep 2022 14:12:10 +0000 (22:12 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 7 Sep 2022 02:26:00 +0000 (22:26 -0400)
commitb65dd9b4b9e60c1847ceb018981fdcc2e3761811
tree5c8d6599aedf58c8191c6cdff4d437716a03e8b1
parent9d42a7deb03f80892b0925846f162b70fa76c924
rv/reactor: add __init/__exit annotations to module init/exit funcs

Add missing __init/__exit annotations to module init/exit funcs.

Link: https://lkml.kernel.org/r/20220906141210.132607-1-xiujianfeng@huawei.com
Fixes: 073d530879a2 ("rv/reactor: Add the printk reactor")
Fixes: 5ba33e51e32c ("rv/reactor: Add the panic reactor")
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/rv/reactor_panic.c
kernel/trace/rv/reactor_printk.c