]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e01085170f593a4bf6262a5bd1074ccac82ef21
treeaa8d3300aec913b0d6781a7da0bef7e5ef4b4092
parentcd962d61087ba5774d85fb8749a1b9e527177ac7
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