2024-01-07 22:02:14

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] 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).

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Andrew Morton <[email protected]>
---
include/linux/win_minmax.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

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