From: Ben Harris Date: Fri, 18 Oct 2013 20:23:35 +0000 (+0100) Subject: floppy: Correct documentation of driver options when used as a module. X-Git-Tag: v3.13-rc1~100^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7cb20f03dc6dff1b19942cf3dda6d154c86f29b;p=kernel%2Fkernel-generic.git 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 . Signed-off-by: Ben Harris Signed-off-by: Jiri Kosina --- diff --git a/Documentation/blockdev/floppy.txt b/Documentation/blockdev/floppy.txt index 470fe4b..e2240f5 100644 --- a/Documentation/blockdev/floppy.txt +++ b/Documentation/blockdev/floppy.txt @@ -39,15 +39,15 @@ Module configuration options ============================ If you use the floppy driver as a module, use the following syntax: -modprobe floppy +modprobe floppy floppy="" Example: - modprobe floppy omnibook messages + modprobe floppy floppy="omnibook messages" If you need certain options enabled every time you load the floppy driver, you can put: - options floppy omnibook messages + options floppy floppy="omnibook messages" in a configuration file in /etc/modprobe.d/.