aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAndres Rodriguez <andresx7@gmail.com>2018-04-25 12:25:39 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-25 18:37:20 +0200
commitb93815d0f37e7c4a056a143e6d782abc084ea56b (patch)
treeab028229035678897ca496e12563f6f3f3d75d08 /Documentation
parentselftests:firmware: fixes a call to a wrong function name (diff)
downloadlinux-dev-b93815d0f37e7c4a056a143e6d782abc084ea56b.tar.xz
linux-dev-b93815d0f37e7c4a056a143e6d782abc084ea56b.zip
firmware: some documentation fixes
Including: - Fixup outdated kernel-doc paths - Slightly too short title underline - Some typos Signed-off-by: Andres Rodriguez <andresx7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-api/firmware/request_firmware.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/driver-api/firmware/request_firmware.rst b/Documentation/driver-api/firmware/request_firmware.rst
index 20f21ed427a5..d5ec95a7195b 100644
--- a/Documentation/driver-api/firmware/request_firmware.rst
+++ b/Documentation/driver-api/firmware/request_firmware.rst
@@ -50,11 +50,11 @@ Special optimizations on reboot
Some devices have an optimization in place to enable the firmware to be
retained during system reboot. When such optimizations are used the driver
author must ensure the firmware is still available on resume from suspend,
-this can be done with firmware_request_cache() insted of requesting for the
-firmare to be loaded.
+this can be done with firmware_request_cache() instead of requesting for the
+firmware to be loaded.
firmware_request_cache()
------------------------
+------------------------
.. kernel-doc:: drivers/base/firmware_loader/main.c
:functions: firmware_request_cache