From patchwork Fri Feb 28 17:36:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Meerwald-Stadler X-Patchwork-Id: 3743201 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id EDF319F2ED for ; Fri, 28 Feb 2014 17:36:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CCE73202AE for ; Fri, 28 Feb 2014 17:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B0FD6200ED for ; Fri, 28 Feb 2014 17:36:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752857AbaB1RgO (ORCPT ); Fri, 28 Feb 2014 12:36:14 -0500 Received: from ns.pmeerw.net ([87.118.82.44]:50581 "EHLO pmeerw.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbaB1RgN (ORCPT ); Fri, 28 Feb 2014 12:36:13 -0500 Received: from localhost.localdomain (83-215-0-241.stadt.dyn.salzburg-online.at [83.215.0.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pmeerw) by pmeerw.net (Postfix) with ESMTPSA id CD8A2C50001; Fri, 28 Feb 2014 18:36:08 +0100 (CET) From: Peter Meerwald To: linux-media@vger.kernel.org Cc: laurent.pinchart@ideasonboard.com, linux-omap@vger.kernel.org, sakari.ailus@iki.fi, Peter Meerwald Subject: [PATCH v2] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr() Date: Fri, 28 Feb 2014 18:36:07 +0100 Message-Id: <1393608967-9171-1-git-send-email-pmeerw@pmeerw.net> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1603681.R3i3XynjN4@avalon> References: <1603681.R3i3XynjN4@avalon> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP use the correct name in the comment describing function omap3isp_module_sync_is_stopping() isp_isr() never returned IRQ_NONE, remove the comment saying so Signed-off-by: Peter Meerwald Acked-by: Laurent Pinchart --- 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 *