/firmware/korg/

t.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2016-12-06 06:01:41 +0200
committerMichael S. Tsirkin <mst@redhat.com>2016-12-15 06:59:18 +0200
commit72952cc0614b61650b2b13f57752a6dd82cbeae5 (patch)
tree050deb8b4187a2d0e0b9fa1a5f2815711f23c402
parent2f952c0105d14bd46bb6d6a3cc03ad789a381228 (diff)
vhost: add missing __user annotations
Several vhost functions were missing __user annotations on pointers, causing sparse warnings. Fix this up. sparse also warns about vhost_process_iotlb_msg which is local and should be static. Fix that up as well. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--drivers/vhost/vhost.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c