projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8c34c
)
PCI: Fix comment typo
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 11 Jun 2016 00:05:09 +0000
(19:05 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Sat, 11 Jun 2016 00:05:09 +0000
(19:05 -0500)
Fix typo.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/pci/common.c
b/arch/x86/pci/common.c
index 8196054fedb0450d56978936d769c7189a86ad85..7b6a9d14c8c0a27f6222982fd90d3224ae366c3e 100644
(file)
--- a/
arch/x86/pci/common.c
+++ b/
arch/x86/pci/common.c
@@
-133,7
+133,7
@@
static void pcibios_fixup_device_resources(struct pci_dev *dev)
if (pci_probe & PCI_NOASSIGN_BARS) {
/*
* If the BIOS did not assign the BAR, zero out the
- * resource so the kernel doesn't att
me
pt to assign
+ * resource so the kernel doesn't att
em
pt to assign
* it later on in pci_assign_unassigned_resources
*/
for (bar = 0; bar <= PCI_STD_RESOURCE_END; bar++) {