Re: [PATCH 1/2] fs/namespace: corrent/improve kernel-doc notation

2021-03-31 Thread Al Viro
On Wed, Mar 31, 2021 at 02:24:18PM -0600, Jonathan Corbet wrote: > Randy Dunlap 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

Re: [PATCH 1/2] fs/namespace: corrent/improve kernel-doc notation

2021-03-31 Thread Jonathan Corbet
Randy Dunlap 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' >

[PATCH 1/2] fs/namespace: corrent/improve kernel-doc notation

2021-03-17 Thread Randy Dunlap
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