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 13294C46CD2 for ; Sat, 27 Jan 2024 22:02:36 +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=6uLlnS3RmoArl1Wd8/BngclWZ+SE/8ffVVYDphRFmq8=; b=ZSumDCFoNWvpW1 5/ocycJKofjRr9VFQ5cMtQsg3H+FhgJWF/h0tDVuX4kCwLUASbjHCeNRLzJDdz7rH3q1CYQKT6Ry/ dt1M6qjbIwH+k8UkUd3rDqbiwLtXB+jJ4KqnK2XXMA2PMmHrSeHOEbgy+oukIr8oZqEQO8YS8Hr8b b5nSjemxeqs9QbuskUibZNkXUW0KGowREm+KNdlQH0Mj2KPcXFY2FT3EZTnzSNpOnZZJAAGw6vBsL tO9WJroxnUfSzt9dQKMN6CmJ9YVtMqvOvgKT+SoeiGNOYrAVMtjQA59ZaqDl390Ie7qB5DNx+lPgf +Tfw/7NrchgrhIz7rCpQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTqkq-00000008G9A-2Em4; Sat, 27 Jan 2024 22:02:24 +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 1rTqko-00000008G8i-10Rk; Sat, 27 Jan 2024 22:02:22 +0000 Message-ID: <0331b70a-ee6b-4654-8c55-235545dce4e2@infradead.org> Date: Sat, 27 Jan 2024 14:02:20 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 07/17] media: i2c: adv748: 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-7-eed7865fce18@chromium.org> From: Randy Dunlap In-Reply-To: <20240126-gix-mtk-warnings-v1-7-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 field is gone, remove the documentation. > > Signed-off-by: Ricardo Ribalda Reviewed-by: Randy Dunlap Thanks. > --- > drivers/media/i2c/adv748x/adv748x.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h > index 6f90f78f58cf..d2b5e722e997 100644 > --- a/drivers/media/i2c/adv748x/adv748x.h > +++ b/drivers/media/i2c/adv748x/adv748x.h > @@ -173,7 +173,6 @@ struct adv748x_afe { > * > * @endpoints: parsed device node endpoints for each port > * > - * @i2c_addresses: I2C Page addresses > * @i2c_clients: I2C clients for the page accesses > * @regmap: regmap configuration pages. > * > -- #Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel