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>
This commit is contained in:

committed by
Jonathan Corbet

parent
1eecbcdca2
commit
cb1aaebea8
@@ -1694,7 +1694,7 @@ EXPORT_SYMBOL_GPL(vhost_dev_ioctl);
|
||||
|
||||
/* TODO: This is really inefficient. We need something like get_user()
|
||||
* (instruction directly accesses the data, with an exception table entry
|
||||
* returning -EFAULT). See Documentation/x86/exception-tables.txt.
|
||||
* returning -EFAULT). See Documentation/x86/exception-tables.rst.
|
||||
*/
|
||||
static int set_bit_to_user(int nr, void __user *addr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user