diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-05-15 17:29:53 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-05-15 17:36:31 +0200 |
commit | 1b0be99f1a426d9f17ced95c4118c6641a2ff13d (patch) | |
tree | 35c0c2498ce3f61193322a2994c386983247251f /drivers/vhost/vringh.c | |
parent | vdpasim: remove unused variable 'ret' (diff) | |
download | linux-1b0be99f1a426d9f17ced95c4118c6641a2ff13d.tar.xz linux-1b0be99f1a426d9f17ced95c4118c6641a2ff13d.zip |
vhost: missing __user tags
sparse warns about converting void * to void __user *. This is not new
but only got noticed now that vhost is built on more systems.
This is just a question of __user tags missing in a couple of places,
so fix it up.
Fixes: f88949138058 ("vhost: introduce O(1) vq metadata cache")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost/vringh.c')
0 files changed, 0 insertions, 0 deletions