diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-02-08 15:22:39 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-11 14:30:04 -0500 |
commit | c9544bcb4c7df07555e4b22d297c5705738da09d (patch) | |
tree | 921e2f7a562443674ac5d098f4c4b7b044370bf8 /drivers | |
parent | 8f71efe25f8718200027b547a3e749ae3300fe60 (diff) | |
download | linux-3.10-c9544bcb4c7df07555e4b22d297c5705738da09d.tar.gz linux-3.10-c9544bcb4c7df07555e4b22d297c5705738da09d.tar.bz2 linux-3.10-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')
-rw-r--r-- | drivers/ata/pata_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c index 761a66608d7..ea567e2b170 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); |