|
@@ -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
|
|
|
|