Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1370196
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization" |
| Date | 2016-04-03 13:00 +0200 |
| Message-ID | <rjNV8-274-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization" Colin King <colin.king@canonical.com> - 2016-04-03 13:00 +0200 Re: [PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization" Bjorn Helgaas <helgaas@kernel.org> - 2016-04-05 19:20 +0200
csiph-web