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)
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

index 6bdc1cd15f7614e5f4eb2dba7618ba8a16be2249..ec10506834b6291ad189381c7cbf544ebe5fc4ec 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/**
+/*
  * lib/minmax.c: windowed min/max tracker
  *
  * Kathleen Nichols' algorithm for tracking the minimum (or maximum)