libata: fix docs, RE port and device of libata.force ID separated by point
authorRoman Fietze <roman.fietze@telemotive.de>
Wed, 21 Apr 2010 10:17:12 +0000 (12:17 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 23 Apr 2010 01:52:14 +0000 (21:52 -0400)
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

Simple merge