lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 10 Nov 2022 22:46:46 -0800 From: Randy Dunlap <rdunlap@...radead.org> To: Bo Liu <liubo03@...pur.com>, jack@...e.com Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] ext2: Fix some kernel-doc warnings On 11/10/22 22:43, Bo Liu wrote: > The current code provokes some kernel-doc warnings: > fs/ext2/dir.c:417: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > > Signed-off-by: Bo Liu <liubo03@...pur.com> Acked-by: Randy Dunlap <rdunlap@...radead.org> Thanks. > --- > fs/ext2/dir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c > index 8f597753ac12..27873733ed8c 100644 > --- a/fs/ext2/dir.c > +++ b/fs/ext2/dir.c > @@ -413,7 +413,7 @@ struct ext2_dir_entry_2 *ext2_find_entry (struct inode *dir, > return de; > } > > -/** > +/* > * Return the '..' directory entry and the page in which the entry was found > * (as a parameter - p). > * -- ~Randy
Powered by blists - more mailing lists