[PATCH 10/21]drivers:spi:spi_topcliff_pch.c remove one to many l's in the word.

From: Justin P. Mattock
Date: Fri Feb 25 2011 - 01:13:14 EST


The patch below removes an extra "l" in the word.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
drivers/spi/spi_topcliff_pch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/spi_topcliff_pch.c b/drivers/spi/spi_topcliff_pch.c
index 79e48d4..75f8f13 100644
--- a/drivers/spi/spi_topcliff_pch.c
+++ b/drivers/spi/spi_topcliff_pch.c
@@ -1022,7 +1022,7 @@ static int pch_spi_probe(struct pci_dev *pdev, const struct pci_device_id *id)

board_dat->pdev = pdev;

- /* alllocate memory for SPI master */
+ /* allocate memory for SPI master */
master = spi_alloc_master(&pdev->dev, sizeof(struct pch_spi_data));
if (master == NULL) {
retval = -ENOMEM;
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/