summaryrefslogtreecommitdiffstats
path: root/include/linux/win_minmax.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-01-07 14:01:55 -0800
committerAndrew Morton <akpm@linux-foundation.org>2024-02-22 15:38:51 -0800
commit3911fb647b65f11d42bc97e0890bba8ef7e1e0e6 (patch)
treecb035ac8bf3eb7f40b11a4741fc82acecdc078d5 /include/linux/win_minmax.h
parentc20241400c04d70cc2b6aa3f10c080e51600c260 (diff)
downloadlinux-stable-3911fb647b65f11d42bc97e0890bba8ef7e1e0e6.tar.gz
linux-stable-3911fb647b65f11d42bc97e0890bba8ef7e1e0e6.tar.bz2
linux-stable-3911fb647b65f11d42bc97e0890bba8ef7e1e0e6.zip
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>
Diffstat (limited to 'include/linux/win_minmax.h')
-rw-r--r--include/linux/win_minmax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/win_minmax.h b/include/linux/win_minmax.h
index 4ca2842d2842..6a5bb052fcc2 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