[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1328718213-17375-1-git-send-email-federico.vaga@gmail.com>
Date: Wed, 8 Feb 2012 17:23:33 +0100
From: Federico Vaga <federico.vaga@...il.com>
To: grant.likely@...retlab.ca, trivial@...nel.org,
spi-devel-general@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Cc: rubini@...dd.com, giancarlo.asnaghi@...com,
Federico Vaga <federico.vaga@...il.com>
Subject: [PATCH] trivial: spi-pl022.c: fix a wrong kerneldoc comment
Signed-off-by: Federico Vaga <federico.vaga@...il.com>
---
drivers/spi/spi-pl022.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c
index 2f9cb43..286572d 100644
--- a/drivers/spi/spi-pl022.c
+++ b/drivers/spi/spi-pl022.c
@@ -1495,7 +1495,7 @@ out:
/**
* pump_messages - Workqueue function which processes spi message queue
- * @data: pointer to private data of SSP driver
+ * @work: pointer to the pump_messages work structure within pl022 structure
*
* This function checks if there is any spi message in the queue that
* needs processing and delegate control to appropriate function
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists