From: Rolf Eike Beer Date: Tue, 10 Jul 2007 11:35:05 +0000 (+0200) Subject: PCI: Fix typo in include/linux/pci.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=579082df38839efc5b14aa3f48b8806e3e8dc5c2;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git PCI: Fix typo in include/linux/pci.h Signed-off-by: Rolf Eike Beer Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/pci.h b/include/linux/pci.h index 45332440a2e..a6657b7f245 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -315,7 +315,7 @@ struct pci_dynids { /* ---------------------------------------------------------------- */ /** PCI Error Recovery System (PCI-ERS). If a PCI device driver provides - * a set fof callbacks in struct pci_error_handlers, then that device driver + * a set of callbacks in struct pci_error_handlers, then that device driver * will be notified of PCI bus errors, and will be driven to recovery * when an error occurs. */