Skip to content

Commit d09dce1

Browse files
rddunlapakpm00
authored andcommitted
lib/win_minmax: use /* notation for regular comments
Don't use kernel-doc "/**" notation for non-kernel-doc comments. Prevents a kernel-doc warning: lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Cc: Neal Cardwell <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: David S. Miller <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 0de4a7f commit d09dce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/win_minmax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/**
2+
/*
33
* lib/minmax.c: windowed min/max tracker
44
*
55
* Kathleen Nichols' algorithm for tracking the minimum (or maximum)

0 commit comments

Comments
 (0)