blob: 40e723161ac91688766f9f3842949567a82e3434 [file] [log] [blame]
From: Randy Dunlap <rdunlap@infradead.org>
Subject: lib/win_minmax: fix header comments
Date: Sun, 7 Jan 2024 14:01:55 -0800
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>
---
include/linux/win_minmax.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/include/linux/win_minmax.h~lib-win_minmax-fix-header-comments
+++ a/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
_