diff options
author | Albert Zhou <albert.zhou.50@gmail.com> | 2022-11-05 19:06:53 +1100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-15 14:52:38 -0700 |
commit | cf726417ee514afb9e7ed232ff5b961c2d7232d5 (patch) | |
tree | 0968de32e56365f80cd82713771e951574d51c8f /Documentation/driver-api | |
parent | 6d864a857606c7d59bcf955d7de6b5016c067f66 (diff) | |
download | lwn-cf726417ee514afb9e7ed232ff5b961c2d7232d5.tar.gz lwn-cf726417ee514afb9e7ed232ff5b961c2d7232d5.zip |
Documentation: eisa: Fix typo
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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/eisa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst index c07565ba57da..3eac11b7eb01 100644 --- a/Documentation/driver-api/eisa.rst +++ b/Documentation/driver-api/eisa.rst @@ -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. |