[PATCH] [libata] some function renaming
authorJeff Garzik <jeff@garzik.org>
Thu, 10 Aug 2006 07:59:03 +0000 (16:59 +0900)
committerTejun Heo <htejun@gmail.com>
Thu, 10 Aug 2006 07:59:03 +0000 (16:59 +0900)
commit996139f1ce50c56c5e66f86b6aba17ff5ea00b86
tree286ec88b9323c01f05b5505a19c3cee33b26680f
parent4608c1608501cf2b0dc4478c9b6c3902db58408a
[PATCH] [libata] some function renaming

s/ata_host_add/ata_port_add/
s/ata_host_init/ata_port_init/

libata naming got stuck in the middle of a Great Renaming:

ata_host -> ata_port
ata_host_set -> ata_host

To eliminate confusion, let's just give up for now, and simply ensure
that things are internally consistent.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/libata-core.c