Bug#726655: [PATCH] floppy: Correct documentation of driver options when used as a module.

2013-11-06 Thread Jiri Kosina
On Fri, 18 Oct 2013, Ben Harris wrote:

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

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#726655: [PATCH] floppy: Correct documentation of driver options when used as a module.

2013-10-18 Thread Ben Harris

From: Ben Harris 

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


This fixes .

Signed-off-by: Ben Harris 
---
This patch is against Linux 3.12-rc5.

--- linux-3.12-rc5/Documentation/blockdev/floppy.txt.orig   2013-10-13 
23:41:28.0 +0100
+++ linux-3.12-rc5/Documentation/blockdev/floppy.txt2013-10-18 
21:03:27.0 +0100
@@ -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/.

--
Ben Harris, University of Cambridge Computing Service.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org