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

Signed-off-by: Justin P. Mattock <[email protected]>

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


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to