From: Roman Fietze Date: Wed, 21 Apr 2010 10:17:12 +0000 (+0200) Subject: libata: fix docs, RE port and device of libata.force ID separated by point X-Git-Tag: v2.6.34-rc6~59^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c44f309cd396c18b096d31f03126824c685dbe2;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed