1
0
Fork 0

floppy: Correct documentation of driver options when used as a module.

The options have to be passed space-separated and prefixed by "floppy=",
rather than separately and unprefixed.

This fixes <http://bugs.debian.org/726655>.

Signed-off-by: Ben Harris <bjh21@cam.ac.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Ben Harris 2013-10-18 21:23:35 +01:00 committed by Jens Axboe
parent 49c2856af7
commit f7cb20f03d
1 changed files with 3 additions and 3 deletions

View File

@ -39,15 +39,15 @@ Module configuration options
============================ ============================
If you use the floppy driver as a module, use the following syntax: If you use the floppy driver as a module, use the following syntax:
modprobe floppy <options> modprobe floppy floppy="<options>"
Example: Example:
modprobe floppy omnibook messages modprobe floppy floppy="omnibook messages"
If you need certain options enabled every time you load the floppy driver, If you need certain options enabled every time you load the floppy driver,
you can put: you can put:
options floppy omnibook messages options floppy floppy="omnibook messages"
in a configuration file in /etc/modprobe.d/. in a configuration file in /etc/modprobe.d/.