Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Andrew Morton
3911fb64 c2024140

+2 -2
+2 -2
include/linux/win_minmax.h
··· 1 1 /* 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. 4 4 * 5 5 */ 6 6 #ifndef MINMAX_H