[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()

2014-02-23 Thread Peter Meerwald
Signed-off-by: Peter Meerwald pme...@pmeerw.net
---
 drivers/media/platform/omap3isp/isp.c | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/media/platform/omap3isp/isp.c 
b/drivers/media/platform/omap3isp/isp.c
index 5807185..d60a4b7 100644
--- a/drivers/media/platform/omap3isp/isp.c
+++ b/drivers/media/platform/omap3isp/isp.c
@@ -588,9 +588,6 @@ static void isp_isr_sbl(struct isp_device *isp)
  * @_isp: Pointer to the OMAP3 ISP device
  *
  * Handles the corresponding callback if plugged in.
- *
- * Returns IRQ_HANDLED when IRQ was correctly handled, or IRQ_NONE when the
- * IRQ wasn't handled.
  */
 static irqreturn_t isp_isr(int irq, void *_isp)
 {
@@ -1420,7 +1417,7 @@ int omap3isp_module_sync_idle(struct media_entity *me, 
wait_queue_head_t *wait,
 }
 
 /*
- * omap3isp_module_sync_is_stopped - Helper to verify if module was stopping
+ * omap3isp_module_sync_is_stopping - Helper to verify if module was stopping
  * @wait: ISP submodule's wait queue for streamoff/interrupt synchronization
  * @stopping: flag which tells module wants to stop
  *
-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()

2014-02-23 Thread Laurent Pinchart
Hi Peter,

Thank you for the patch.

On Sunday 23 February 2014 18:08:55 Peter Meerwald wrote:
 Signed-off-by: Peter Meerwald pme...@pmeerw.net
 ---
  drivers/media/platform/omap3isp/isp.c | 5 +
  1 file changed, 1 insertion(+), 4 deletions(-)
 
 diff --git a/drivers/media/platform/omap3isp/isp.c
 b/drivers/media/platform/omap3isp/isp.c index 5807185..d60a4b7 100644
 --- a/drivers/media/platform/omap3isp/isp.c
 +++ b/drivers/media/platform/omap3isp/isp.c
 @@ -588,9 +588,6 @@ static void isp_isr_sbl(struct isp_device *isp)
   * @_isp: Pointer to the OMAP3 ISP device
   *
   * Handles the corresponding callback if plugged in.
 - *
 - * Returns IRQ_HANDLED when IRQ was correctly handled, or IRQ_NONE when the
 - * IRQ wasn't handled.

While I don't object to this change, doesn't it deserve a brief explanation in 
the commit message ?

   */
  static irqreturn_t isp_isr(int irq, void *_isp)
  {
 @@ -1420,7 +1417,7 @@ int omap3isp_module_sync_idle(struct media_entity *me,
 wait_queue_head_t *wait, }
 
  /*
 - * omap3isp_module_sync_is_stopped - Helper to verify if module was
 stopping + * omap3isp_module_sync_is_stopping - Helper to verify if module
 was stopping * @wait: ISP submodule's wait queue for streamoff/interrupt
 synchronization * @stopping: flag which tells module wants to stop
   *

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html