lib/win_minmax: fix header comments

Message ID 20240107220155.29013-1-rdunlap@infradead.org
State New
Headers
Series lib/win_minmax: fix header comments |

Commit Message

Randy Dunlap Jan. 7, 2024, 10:01 p.m. UTC
  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).

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 include/linux/win_minmax.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff -- a/include/linux/win_minmax.h b/include/linux/win_minmax.h
--- 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