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 D9FF3C47422 for ; Mon, 29 Jan 2024 10:09:42 +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-Type: Content-Transfer-Encoding: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=m8j2jMSX59oXF3h7giPBKq9HPKLO4RCMtxU01cWomlc=; b=1GsfYOqYxsJeMG a+oXSZXXPWSnTgtXEs3gBvSRE6US6M+BUwirU3HXcojr3za7/FM5JuREJK89HO5sH0vO4exMdwZ0s ZyqbIfQxMKgD8UZiRJv15OCpfJhiJYYFa4c1ID0jTPRXy+TAHjgN21/pyUgwWa/i2/C2LBqdusDgr x2JBoYMBiY3ojpa/SPBUoRZpVVB8SLodJikytGqIg+tzOO6kUf3nU3ZDR2wnx3Q7IUmqkFxBdb1QZ 00KsYpdCohkcHYv8kfjl+C5Vt81EvPwHJAcBLn183bhv4gVncfiUcNY6niGYlgskVPD5wnUKTNCg1 kSeO5+RgL/A0oih4NQ6Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rUOaB-0000000CAHZ-0Dqb; Mon, 29 Jan 2024 10:09:39 +0000 Received: from madrid.collaboradmins.com ([2a00:1098:ed:100::25]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rUOZZ-0000000C9m4-13V8; Mon, 29 Jan 2024 10:09:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1706522940; bh=k22DrZkhdiOba8UrnvCvdbYw0Cw6bjAM1tvjvZWHmNE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=H1TsLa++irKP+ZC60RucqXcKR4nyUyEZXvEvzodkpr8XNuTO4nAyFMYh0P60zp2Y4 BzzTlSvPW7jsaMQtVJVtUb+P1hxeac2y7F8q4LmNomrkxbQfrK17UdIkImU/tOcnwZ Ti5iluANzCWx8ePGohCjN9xKyTgKvC6IqjG5KolOJDsBdmHhHvEga+4A9ejGoNC/uo 2MvtIDz58VHojkZojMnH9viurSgYKb9CcPRyNbYMRXNlY3w1cYBctFcm0mvWaq9bdR gIpj9caVlHR3UEHveq9u5S/Z3YZxpG9f59znfmAdHEklAtwHqSHS5eB9VFynOOMrFQ gvfYhzVeIirGQ== Received: from [100.113.186.2] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madrid.collaboradmins.com (Postfix) with ESMTPSA id DDA103781FD9; Mon, 29 Jan 2024 10:08:57 +0000 (UTC) Message-ID: <5e0ae5c2-d3c6-46af-82e0-8141ea3aa2dd@collabora.com> Date: Mon, 29 Jan 2024 11:08:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 08/17] media: mediatek: jpeg: Fix kerneldoc Content-Language: en-US To: Ricardo Ribalda , Tiffany Lin , Andrew-CT Chen , Yunfei Dong , Mauro Carvalho Chehab , Matthias Brugger , 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-8-eed7865fce18@chromium.org> From: AngeloGioacchino Del Regno In-Reply-To: <20240126-gix-mtk-warnings-v1-8-eed7865fce18@chromium.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240129_020901_562782_53C7A12F X-CRM114-Status: UNSURE ( 6.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Il 27/01/24 00:16, Ricardo Ribalda ha scritto: > The field is gone, remove the documentation for it. > > Signed-off-by: Ricardo Ribalda Reviewed-by: AngeloGioacchino Del Regno _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip