aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_amd.c
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2008-02-08 10:22:39 -0500
committerJeff Garzik <jeff@garzik.org>2008-02-11 14:30:04 -0500
commitc9544bcb4c7df07555e4b22d297c5705738da09d (patch)
tree921e2f7a562443674ac5d098f4c4b7b044370bf8 /drivers/ata/pata_amd.c
parent8f71efe25f8718200027b547a3e749ae3300fe60 (diff)
pata_amd: Note in the module description it handles Nvidia
This has confused a few people so fix it Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_amd.c')
-rw-r--r--drivers/ata/pata_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c
index 761a66608d7b..ea567e2b1703 100644
--- a/drivers/ata/pata_amd.c
+++ b/drivers/ata/pata_amd.c
@@ -772,7 +772,7 @@ static void __exit amd_exit(void)
772} 772}
773 773
774MODULE_AUTHOR("Alan Cox"); 774MODULE_AUTHOR("Alan Cox");
775MODULE_DESCRIPTION("low-level driver for AMD PATA IDE"); 775MODULE_DESCRIPTION("low-level driver for AMD and Nvidia PATA IDE");
776MODULE_LICENSE("GPL"); 776MODULE_LICENSE("GPL");
777MODULE_DEVICE_TABLE(pci, amd); 777MODULE_DEVICE_TABLE(pci, amd);
778MODULE_VERSION(DRV_VERSION); 778MODULE_VERSION(DRV_VERSION);