]> 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)
commit7455e92096a6225ea5196211811968403456d0ca
tree5c8d6599aedf58c8191c6cdff4d437716a03e8b1
parentcae164a78eafe4ed94b246b0c3d25da2e545b182
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: f197a3a7b6b1 ("rv/reactor: Add the printk reactor")
Fixes: 317035783a2c ("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