linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/21]drivers:spi:spi_topcliff_pch.c remove one to many l's in the word.
@ 2011-02-25  6:12 Justin P. Mattock
  0 siblings, 0 replies; only message in thread
From: Justin P. Mattock @ 2011-02-25  6:12 UTC (permalink / raw)
  To: trivial
  Cc: dbrownell, grant.likely, spi-devel-general, linux-kernel,
	Justin P. Mattock

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

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

---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-25  6:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-25  6:12 [PATCH 10/21]drivers:spi:spi_topcliff_pch.c remove one to many l's in the word Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).