X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fpci.txt;h=711210b38f5fe4c1dfa84db9392cf0c5c75dfa49;hb=ad7e14a55ed7648d02a4df8e460e291d80a18c98;hp=76d28d033657aac4158b8db93821553f332d6b11;hpb=ba482ef4b16bad5172d2be693d4b2420b84c84e7;p=linux-2.6 diff --git a/Documentation/pci.txt b/Documentation/pci.txt index 76d28d0336..711210b38f 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -84,7 +84,7 @@ Each entry consists of: Most drivers don't need to use the driver_data field. Best practice for use of driver_data is to use it as an index into a static list of -equivalant device types, not to use it as a pointer. +equivalent device types, not to use it as a pointer. Have a table entry {PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID} to have probe() called for every PCI device known to the system.