[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aWiovW6h4B0zcMg6@smile.fi.intel.com>
Date: Thu, 15 Jan 2026 10:43:41 +0200
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: raskar.shree97@...il.com
Cc: Jonathan Cameron <jic23@...nel.org>,
David Lechner <dlechner@...libre.com>,
Nuno Sá <nuno.sa@...log.com>,
Andy Shevchenko <andy@...nel.org>, skhan@...uxfoundation.org,
david.hunter.linux@...il.com, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 5/5] iio: proximity: rfd77402: Document device private
data structure
On Thu, Jan 15, 2026 at 01:57:41PM +0530, Shrikant Raskar via B4 Relay wrote:
> Add kernel-doc style comments for struct rfd77402_data to describe
> the purpose of each member.
It's not a kernel-doc.
...
> +/*
This marker is of the regular comment.
> + * struct rfd77402_data - device-specific data for the RFD77402 sensor
> + * @client: I2C client handle
> + * @lock: mutex to serialize sensor reads
> + * @completion: completion used for interrupt-driven measurements
> + * @irq_en: indicates whether interrupt mode is enabled
> + */
It should be done before the patch that adds new members to the data structure.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists