From: Randy Dunlap <rdunlap@infradead.org>
Date: Sun, 7 Jan 2024 22:01:55 +0000 (-0800)
Subject: lib/win_minmax: fix header comments
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3911fb647b65f11d42bc97e0890bba8ef7e1e0e6;p=linux.git

lib/win_minmax: fix header comments

Don't use "/**" kernel-doc comment marker for non-kernel-doc
comment.

Correct the filename but omit the path since we know where it is
and it could change (but not likely).

Link: https://lkml.kernel.org/r/20240107220155.29013-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

diff --git a/include/linux/win_minmax.h b/include/linux/win_minmax.h
index 4ca2842d2842d..6a5bb052fcc27 100644
--- a/include/linux/win_minmax.h
+++ b/include/linux/win_minmax.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-/**
- * lib/minmax.c: windowed min/max tracker by Kathleen Nichols.
+/*
+ * win_minmax.h: windowed min/max tracker by Kathleen Nichols.
  *
  */
 #ifndef MINMAX_H