diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-24 11:44:32 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-25 08:15:38 -0500 |
commit | 86b4ad7d67b26973838b7f1d4428aba9483cb5ce (patch) | |
tree | c2db7430e20ef730ad849b991dc4a7f2b8c2c850 /drivers/pci/p2pdma.c | |
parent | 2b4af4b3988a6c0175af3c9a65c87d97e94dc34e (diff) | |
download | linux-stable-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.tar.gz linux-stable-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.tar.bz2 linux-stable-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.zip |
PCI: Fix typos in docs and comments
Fix typos in docs and comments.
Link: https://lore.kernel.org/r/20230824193712.542167-11-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/pci/p2pdma.c')
-rw-r--r-- | drivers/pci/p2pdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c index ec04d0ed157b..fa7370f9561a 100644 --- a/drivers/pci/p2pdma.c +++ b/drivers/pci/p2pdma.c @@ -435,7 +435,7 @@ static const struct pci_p2pdma_whitelist_entry { /* Intel Xeon E7 v3/Xeon E5 v3/Core i7 */ {PCI_VENDOR_ID_INTEL, 0x2f00, REQ_SAME_HOST_BRIDGE}, {PCI_VENDOR_ID_INTEL, 0x2f01, REQ_SAME_HOST_BRIDGE}, - /* Intel SkyLake-E */ + /* Intel Skylake-E */ {PCI_VENDOR_ID_INTEL, 0x2030, 0}, {PCI_VENDOR_ID_INTEL, 0x2031, 0}, {PCI_VENDOR_ID_INTEL, 0x2032, 0}, |