aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_amd.c
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2008-02-08 15:22:39 +0000
committerJeff Garzik <jeff@garzik.org>2008-02-11 14:30:04 -0500
commitc9544bcb4c7df07555e4b22d297c5705738da09d (patch)
tree921e2f7a562443674ac5d098f4c4b7b044370bf8 /drivers/ata/pata_amd.c
parentsata_mv: fix loop with last port (diff)
downloadlinux-dev-c9544bcb4c7df07555e4b22d297c5705738da09d.tar.xz
linux-dev-c9544bcb4c7df07555e4b22d297c5705738da09d.zip
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)
}
MODULE_AUTHOR("Alan Cox");
-MODULE_DESCRIPTION("low-level driver for AMD PATA IDE");
+MODULE_DESCRIPTION("low-level driver for AMD and Nvidia PATA IDE");
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(pci, amd);
MODULE_VERSION(DRV_VERSION);