mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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>
This commit is contained in:
committed by
Andrew Morton
parent
c20241400c
commit
3911fb647b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user