[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ee48ad77-e6d5-4954-832c-ebc42e6a1cfe@infradead.org>
Date: Thu, 16 Oct 2025 11:38:27 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Tzung-Bi Shih <tzungbi@...nel.org>, Benson Leung <bleung@...omium.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J . Wysocki" <rafael@...nel.org>, Danilo Krummrich <dakr@...nel.org>
Cc: Jonathan Corbet <corbet@....net>, Shuah Khan <shuah@...nel.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
chrome-platform@...ts.linux.dev, linux-kselftest@...r.kernel.org,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Bartosz Golaszewski <brgl@...ev.pl>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Simona Vetter <simona.vetter@...ll.ch>,
Dan Williams <dan.j.williams@...el.com>, Jason Gunthorpe <jgg@...dia.com>
Subject: Re: [PATCH v5 5/7] revocable: Add fops replacement
Hi,
On 10/15/25 10:42 PM, Tzung-Bi Shih wrote:
> +/**
> + * fs_revocable_replace() - Replace the file operations to be revocable-aware.
> + *
> + * Should be used only from ->open() instances.
> + */
> +int fs_revocable_replace(struct file *filp,
> + const struct fs_revocable_operations *frops,
> + struct revocable_provider **rps, size_t num_rps)
> +{
Please add the function parameters to the kernel-doc comment to avoid
kernel-doc warnings. E.g.:
* @filp: foo description
* @frops: bar description
* @rps: baz description
* @num_rps: number of @rps entries
--
~Randy
Powered by blists - more mailing lists