Re: [PATCH 1/2] fs/namespace: corrent/improve kernel-doc notation
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-31 20:25:01
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-31 20:25:01
Also in:
lkml
Randy Dunlap [off-list ref] writes:
Fix kernel-doc warnings in fs/namespace.c: ./fs/namespace.c:1379: warning: Function parameter or member 'm' not described in 'may_umount_tree' ./fs/namespace.c:1379: warning: Excess function parameter 'mnt' description in 'may_umount_tree' ./fs/namespace.c:1950: warning: Function parameter or member 'path' not described in 'clone_private_mount' Also convert path_is_mountpoint() comments to kernel-doc. Signed-off-by: Randy Dunlap <redacted> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org --- Jon, Al has OK-ed you to merge this patch (and the next one, please). fs/namespace.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
An actual acked-by would have been nice, oh well. Meanwhile, I've applied them with fixes to the typos in both changelogs :) Thanks, jon