All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization"
@ 2016-04-03 10:56 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2016-04-03 10:56 UTC (permalink / raw)
  To: Bjorn Helgaas, Michal Simek, Sören Brinkmann,
	Bharat Kumar Gogada, Ravi Kiran Gummaluri, Rob Herring,
	Marc Zyngier, linux-pci, linux-arm-kernel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Minor fix, spelling mistake "Initalization" should be
"Initialization".

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/pci/host/pcie-xilinx-nwl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
index 5139e64..3479d30 100644
--- a/drivers/pci/host/pcie-xilinx-nwl.c
+++ b/drivers/pci/host/pcie-xilinx-nwl.c
@@ -819,7 +819,7 @@ static int nwl_pcie_probe(struct platform_device *pdev)
 
 	err = nwl_pcie_bridge_init(pcie);
 	if (err) {
-		dev_err(pcie->dev, "HW Initalization failed\n");
+		dev_err(pcie->dev, "HW Initialization failed\n");
 		return err;
 	}
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-05 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 10:56 [PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization" Colin King
2016-04-03 10:56 ` Colin King
2016-04-05 17:17 ` Bjorn Helgaas
2016-04-05 17:17   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.