diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-07 14:54:32 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-08 15:42:13 -0400 |
commit | cb1aaebea8d79860181559d7b5d482aea63db113 (patch) | |
tree | bc4679588c3cdda127fb830bc6c2a7cb2870b381 /drivers/vhost/vhost.c | |
parent | 1eecbcdca2bd8d96881cace19ad105dc0f0263f5 (diff) |
docs: fix broken documentation links
Mostly due to x86 and acpi conversion, several documentation
links are still pointing to the old file. Fix them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Sven Van Asbroeck <TheSven73@gmail.com>
Reviewed-by: Bhupesh Sharma <bhsharma@redhat.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/vhost/vhost.c')
-rw-r--r-- | drivers/vhost/vhost.c | 2 |
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 | */ |
1699 | static int set_bit_to_user(int nr, void __user *addr) | 1699 | static int set_bit_to_user(int nr, void __user *addr) |
1700 | { | 1700 | { |