]> www.infradead.org Git - users/dwmw2/linux.git/commit
proc: Fix W=1 build kernel-doc warning
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 18 Oct 2024 10:27:03 +0000 (12:27 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 18 Oct 2024 11:02:47 +0000 (13:02 +0200)
commit197231da7f6a2e9884f84a4a463f53f9f491d920
treeba08f7a95bd9c144886f2a251b879051ff11dd8d
parent610a79ffea02102899a1373fe226d949944a7ed6
proc: Fix W=1 build kernel-doc warning

Building the kernel with W=1 generates the following warning:

  fs/proc/fd.c:81: warning: This comment starts with '/**',
                   but isn't a kernel-doc comment.

Use a normal comment for the helper function proc_fdinfo_permission().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://lore.kernel.org/r/20241018102705.92237-2-thorsten.blum@linux.dev
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/proc/fd.c