From patchwork Fri Feb 22 17:45:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shuah X-Patchwork-Id: 10826761 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A28A115AC for ; Fri, 22 Feb 2019 17:46:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 89A2D32B64 for ; Fri, 22 Feb 2019 17:46:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7D74D32B67; Fri, 22 Feb 2019 17:46:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 394C632B64 for ; Fri, 22 Feb 2019 17:46:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726131AbfBVRqB (ORCPT ); Fri, 22 Feb 2019 12:46:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:38362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfBVRqB (ORCPT ); Fri, 22 Feb 2019 12:46:01 -0500 Received: from shuah-t480s.internal (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3881920700; Fri, 22 Feb 2019 17:46:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550857560; bh=BbP4XxPOx4+LzKkZLE3NnDJBqH6XRreKtFRDYKg2mHU=; h=From:To:Cc:Subject:Date:From; b=0eZiaVYGMyjjqVUoPmCdNUJeZpdPZMvKrriDRL6IUSH1t/uHwrrA6nvkKd5/Zm/ch dOXa9KsDfA7OnMZgyuGkr8PKifXCh3wq/MqMSjRd5zS0PuDDLvS+uIPiw3L3JfvnkC mqlA7rdsjXAnSGPsXo4Rh+l/9o7XDQlaq4aEC/pE= From: Shuah Khan To: mchehab@kernel.org, hans.verkuil@cisco.com, keescook@chromium.org, niklas.soderlund+renesas@ragnatech.se, sakari.ailus@linux.intel.com, shuah@kernel.org, colin.king@canonical.com Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] au0828: minor fix to a misleading comment in _close() Date: Fri, 22 Feb 2019 10:45:59 -0700 Message-Id: <20190222174559.8084-1-shuah@kernel.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix misleading comment in _close() Signed-off-by: Shuah Khan Reviewed-by: Niklas Söderlund --- drivers/media/usb/au0828/au0828-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/au0828/au0828-video.c b/drivers/media/usb/au0828/au0828-video.c index 7876c897cc1d..08f566006a1f 100644 --- a/drivers/media/usb/au0828/au0828-video.c +++ b/drivers/media/usb/au0828/au0828-video.c @@ -1074,7 +1074,7 @@ static int au0828_v4l2_close(struct file *filp) * so the s_power callback are silently ignored. * So, the current logic here does the following: * Disable (put tuner to sleep) when - * - ALSA and DVB aren't not streaming; + * - ALSA and DVB aren't streaming; * - the last V4L2 file handler is closed. * * FIXME: