vhost: add __init/__exit annotations to module init/exit funcs
authorXiu Jianfeng <xiujianfeng@huawei.com>
Sat, 17 Sep 2022 08:38:03 +0000 (16:38 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:32:40 +0000 (09:32 -0400)
commit078adb3bf43388d4e1c8f1a63b14f2629f2ad995
treeaa8d3300aec913b0d6781a7da0bef7e5ef4b4092
parent4fe89d07dcc2804c8b562f6c7896a45643d34b2f
vhost: add __init/__exit annotations to module init/exit funcs

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

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Message-Id: <20220917083803.21521-1-xiujianfeng@huawei.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/net.c