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 B1C88C47DA9 for ; Sat, 27 Jan 2024 21:03:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=YldLQQxOJfdibxhMVFomkRoQ+q9qm1kh5NugOkEbyts=; b=vAuog+uuVYK90r UhGynK+lx3NmaN/LG/mdtIirwv3G3DyeQq7BbPQ1u0ylZL0PJ12atyM2ofqjMiBN/LEJdTI9r31CI divIMPsbLahmKBEPo9nAnTJyoeKwVInUgZBwFPbYIOvKjI9hWPzOIBOYLV67Twvnao7hXwXLIuyR9 hILbyb/eM0XyZi/+Wvxd5AmrS6ezxmbk6yTtoaihipJ1SK3EpfUmXOxLuu58WQahD4EL3ef3+9gKz 2Ev6MThyhF8KnFzwze5WgE0KRLmG18iv9cUenzHhIY+S/WCyB/IdM1mulsNxoSk+AS4jipEbuY87B gRQj9YgLkrSknPCHfr/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTppG-00000008CFV-1v43; Sat, 27 Jan 2024 21:02:54 +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 1rTppC-00000008CEz-3sDa; Sat, 27 Jan 2024 21:02:52 +0000 Message-ID: <70bf533c-fd77-4e4f-819c-8299ac764ca5@infradead.org> Date: Sat, 27 Jan 2024 13:02:49 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 04/17] media: cec.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-4-eed7865fce18@chromium.org> From: Randy Dunlap In-Reply-To: <20240126-gix-mtk-warnings-v1-4-eed7865fce18@chromium.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 1/26/24 15:16, Ricardo Ribalda wrote: > The fields are gone, remove their documentation. > > Signed-off-by: Ricardo Ribalda Reviewed-by: Randy Dunlap Thanks. > --- > include/media/cec.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/media/cec.h b/include/media/cec.h > index d77982685116..10c9cf6058b7 100644 > --- a/include/media/cec.h > +++ b/include/media/cec.h > @@ -224,8 +224,6 @@ struct cec_adap_ops { > * @notifier: CEC notifier > * @pin: CEC pin status struct > * @cec_dir: debugfs cec directory > - * @status_file: debugfs cec status file > - * @error_inj_file: debugfs cec error injection file > * @sequence: transmit sequence counter > * @input_phys: remote control input_phys name > * > -- #Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel