commit | 4c44f309cd396c18b096d31f03126824c685dbe2 | [log] [tgz] |
---|---|---|
author | Roman Fietze <roman.fietze@telemotive.de> | Wed Apr 21 12:17:12 2010 +0200 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 22 21:52:14 2010 -0400 |
tree | 6e83568321bed261b270053eb858b1f8b87a2825 | |
parent | f25798eda66c753aeaaec15244e0c919cf1d31e0 [diff] |
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>