Commit 74356add authored by Bjorn Helgaas's avatar Bjorn Helgaas

PCI: Fix comment typos

Fix spelling errors and format function comments consistently.  Changes
whitespace and comments only; no functional change intended.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 35d0a06d
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Simple, generic PCI host controller driver targetting firmware-initialised * Simple, generic PCI host controller driver targeting firmware-initialised
* systems and virtual machines (e.g. the PCI emulation provided by kvmtool). * systems and virtual machines (e.g. the PCI emulation provided by kvmtool).
* *
* Copyright (C) 2014 ARM Limited * Copyright (C) 2014 ARM Limited
......
...@@ -367,7 +367,7 @@ static void iproc_msi_handler(struct irq_desc *desc) ...@@ -367,7 +367,7 @@ static void iproc_msi_handler(struct irq_desc *desc)
/* /*
* Now go read the tail pointer again to see if there are new * Now go read the tail pointer again to see if there are new
* oustanding events that came in during the above window. * outstanding events that came in during the above window.
*/ */
} while (true); } while (true);
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment