lib/win_minmax: use /* notation for regular comments
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Jan 2023 21:16:14 +0000 (13:16 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 12 Jan 2023 00:14:21 +0000 (16:14 -0800)
commitd09dce1fff8a9da10144e878ef4bbf90c65559e5
treedcea07d531b3a0af15f5776b859d01e5d2c2c62a
parent0de4a7f5ba5744d1de5ce0b076bb73a86530c60c
lib/win_minmax: use /* notation for regular comments

Don't use kernel-doc "/**" notation for non-kernel-doc comments.
Prevents a kernel-doc warning:

lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead

Link: https://lkml.kernel.org/r/20230102211614.26343-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/win_minmax.c