From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A106DC46CD2 for ; Sat, 27 Jan 2024 21:03:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=o2qMCLVTADfJ6fB50r+bipM7dIFRLMPccc6A3oE+288=; b=MtYTJ1S3UcZHVik0PY7e7zVlyM aD7wMDpQz4yqsDpKWy8KKvRE3dMlKIk4t4cvzAHqFxDU0V7xt8gRQ6xrd6D4nLmZhU6oasDfyFgeE vJGwjkR2ZpTfppaPTI4rJpCHb/bqAZCVaZRcmfAcc1mlYjibhWrnkT5uWVX1VsrS7rGr8q88+ggUm rKAUYv8xRss+avNWr4dqFKCCZLsW3dE/Abt8mb4i1zPcQ/YjWSz1awdj8LW5fHH5aJ+rBkcjEtC59 pFgVaVGLxhkBGUKIG84isWxQwVY+LoMQdikRvVI8ZqiCzbs1iHotr6hUu10Qyy5nZ6rZDXo7HyxcL G1suX8ZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTpqI-00000008CS6-1ExR; Sat, 27 Jan 2024 21:03:58 +0000 Received: from [50.53.50.0] (helo=[192.168.254.15]) by bombadil.infradead.org with esmtpsa (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTpqG-00000008CEz-2lDd; Sat, 27 Jan 2024 21:03:56 +0000 Message-ID: <4a3150da-b71f-4d86-a69b-d72a8baef252@infradead.org> Date: Sat, 27 Jan 2024 13:03:55 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 05/17] media: pci: dt315.h: Fix kerneldoc Content-Language: en-US To: Ricardo Ribalda , Tiffany Lin , Andrew-CT Chen , Yunfei Dong , Mauro Carvalho Chehab , Matthias Brugger , AngeloGioacchino Del Regno , Sakari Ailus , Laurent Pinchart , Hans Verkuil , Hans Verkuil , Kieran Bingham , Bin Liu , Ezequiel Garcia , Philipp Zabel , Stanimir Varbanov , Vikash Garodia , Bryan O'Donoghue , Bjorn Andersson , Konrad Dybcio , Sylwester Nawrocki , Krzysztof Kozlowski , Alim Akhtar , Marek Szyprowski , Andrzej Hajda , Bingbu Cao , Tianshu Qiu , Greg Kroah-Hartman , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-staging@lists.linux.dev, linux-amlogic@lists.infradead.org References: <20240126-gix-mtk-warnings-v1-0-eed7865fce18@chromium.org> <20240126-gix-mtk-warnings-v1-5-eed7865fce18@chromium.org> From: Randy Dunlap In-Reply-To: <20240126-gix-mtk-warnings-v1-5-eed7865fce18@chromium.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 1/26/24 15:16, Ricardo Ribalda wrote: > The field is gone, remove it. > > Signed-off-by: Ricardo Ribalda Reviewed-by: Randy Dunlap Thanks. > --- > drivers/media/pci/dt3155/dt3155.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/pci/dt3155/dt3155.h b/drivers/media/pci/dt3155/dt3155.h > index c9ce79cb5566..ce1835d9691e 100644 > --- a/drivers/media/pci/dt3155/dt3155.h > +++ b/drivers/media/pci/dt3155/dt3155.h > @@ -162,7 +162,6 @@ > * @height: frame height > * @input: current input > * @sequence: frame counter > - * @stats: statistics structure > * @regs: local copy of mmio base register > * @csr2: local copy of csr2 register > * @config: local copy of config register > -- #Randy