Skip to content

Commit 3911fb6

Browse files
rddunlapakpm00
authored andcommitted
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>
1 parent c202414 commit 3911fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/win_minmax.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/**
3-
* lib/minmax.c: windowed min/max tracker by Kathleen Nichols.
2+
/*
3+
* win_minmax.h: windowed min/max tracker by Kathleen Nichols.
44
*
55
*/
66
#ifndef MINMAX_H

0 commit comments

Comments
 (0)