userns: fix a struct's kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 8 Jan 2023 02:12:43 +0000 (18:12 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:50:04 +0000 (22:50 -0800)
commite227db4d4f125efb1cae2f1337da85bc10b3185e
tree82a0d474e05b237b06fc403eff8a6d05edc6faa6
parentaa0b42b7b4b54f0341a1ef5c44360e0e386951f1
userns: fix a struct's kernel-doc notation

Use the 'struct' keyword for a struct's kernel-doc notation to avoid a
kernel-doc warning:

kernel/user_namespace.c:232: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * idmap_key struct holds the information necessary to find an idmapping in a

Link: https://lkml.kernel.org/r/20230108021243.16683-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/user_namespace.c