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>
This commit is contained in:
parent
8f71efe25f
commit
c9544bcb4c
|
@ -772,7 +772,7 @@ static void __exit amd_exit(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Alan Cox");
|
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_LICENSE("GPL");
|
||||||
MODULE_DEVICE_TABLE(pci, amd);
|
MODULE_DEVICE_TABLE(pci, amd);
|
||||||
MODULE_VERSION(DRV_VERSION);
|
MODULE_VERSION(DRV_VERSION);
|
||||||
|
|
Loading…
Reference in New Issue