Documentation: eisa: Fix typo
authorAlbert Zhou <albert.zhou.50@gmail.com>
Sat, 5 Nov 2022 08:06:53 +0000 (19:06 +1100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Nov 2022 21:52:38 +0000 (14:52 -0700)
Fix a typo in the description of the kernel parameter
eisa_bus.disable_dev within eisa.rst.

Signed-off-by: Albert Zhou <albert.zhou.50@gmail.com>
Link: https://lore.kernel.org/r/20221105080653.4741-1-albert.zhou.50@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/eisa.rst

index c07565b..3eac11b 100644 (file)
@@ -189,7 +189,7 @@ eisa_bus.enable_dev
        initialize the device in such conditions.
 
 eisa_bus.disable_dev
-       A comma-separated list of slots to be enabled, even if the firmware
+       A comma-separated list of slots to be disabled, even if the firmware
        set the card as enabled. The driver won't be called to handle this
        device.