summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost/vhost.c')
-rw-r--r--drivers/vhost/vhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index 1e3ed41ae1f3..69938dbae2d0 100644
--- a/drivers/vhost/vhost.c
+++ b/drivers/vhost/vhost.c
@@ -1694,7 +1694,7 @@ EXPORT_SYMBOL_GPL(vhost_dev_ioctl);
1694 1694
1695/* TODO: This is really inefficient. We need something like get_user() 1695/* TODO: This is really inefficient. We need something like get_user()
1696 * (instruction directly accesses the data, with an exception table entry 1696 * (instruction directly accesses the data, with an exception table entry
1697 * returning -EFAULT). See Documentation/x86/exception-tables.txt. 1697 * returning -EFAULT). See Documentation/x86/exception-tables.rst.
1698 */ 1698 */
1699static int set_bit_to_user(int nr, void __user *addr) 1699static int set_bit_to_user(int nr, void __user *addr)
1700{ 1700{