Re: [PATCH] Restyle comments to better align with kernel-doc
From: Matthew Wilcox <willy@infradead.org>
Date: 2021-08-03 15:42:44
Also in:
lkml
From: Matthew Wilcox <willy@infradead.org>
Date: 2021-08-03 15:42:44
Also in:
lkml
On Tue, Aug 03, 2021 at 06:26:19PM +0300, Kari Argillander wrote:
I would not even try to make these kind of changes if ntfs3 patch series was already merged to kernel. But probably I will try to bring kernel doc style funtion comments in future when ntfs3 gets merged.
There's very little value to adding kernel-doc comments to individual filesystems. Filesystems don't usually provide services to the rest of the kernel. It's a much better use of your time to write kernel-doc comments for functions and structures in the VFS and MM that are used by many filesystems and device drivers.