Skip to content

Commit

Permalink
pata_amd: Note in the module description it handles Nvidia
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Feb 11, 2008
1 parent 8f71efe commit c9544bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_amd.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit c9544bc

Please sign in to comment.