libata: fix docs, RE port and device of libata.force ID separated by point

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, April 22, 2010 - 7:59 pm

Gitweb:     http://git.kernel.org/linus/4c44f309cd396c18b096d31f03126824c685dbe2
Commit:     4c44f309cd396c18b096d31f03126824c685dbe2
Parent:     f25798eda66c753aeaaec15244e0c919cf1d31e0
Author:     Roman Fietze <roman.fietze@telemotive.de>
AuthorDate: Wed Apr 21 12:17:12 2010 +0200
Committer:  Jeff Garzik <jgarzik@redhat.com>
CommitDate: Thu Apr 22 21:52:14 2010 -0400

    libata: fix docs, RE port and device of libata.force ID separated by point
    
    According to libata-core correctly around line 6572:
    
    	/* parse id */
    	p = strchr(id, '.');
    	...
    
    the optional device is separated from the port in the libata.force ID
    by a point or dot instead of by a colon.
    
    Fix documentation to reflect this.
    
    Signed-off-by: Roman Fietze <roman.fietze@telemotive.de>
    Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---
 Documentation/kernel-parameters.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e2202e9..839b21b 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1194,7 +1194,7 @@ and is between 256 and 4096 characters. It is defined in the file
 
 	libata.force=	[LIBATA] Force configurations.  The format is comma
 			separated list of "[ID:]VAL" where ID is
-			PORT[:DEVICE].  PORT and DEVICE are decimal numbers
+			PORT[.DEVICE].  PORT and DEVICE are decimal numbers
 			matching port, link or device.  Basically, it matches
 			the ATA ID string printed on console by libata.  If
 			the whole ID part is omitted, the last PORT and DEVICE
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
libata: fix docs, RE port and device of libata.force ID se ..., Linux Kernel Mailing ..., (Thu Apr 22, 7:59 pm)