Skip to content

Commit 97454a6

Browse files
rddunlapdlezcano
authored andcommitted
clocksource: arm_global_timer: fix non-kernel-doc comment
Use a common C comment "/*" instead of a kernel-doc marker "/**" to prevent kernel-doc warnings: arm_global_timer.c:92: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * To ensure that updates to comparator value register do not set the arm_global_timer.c:92: warning: missing initial short description on line: * To ensure that updates to comparator value register do not set the Signed-off-by: Randy Dunlap <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: [email protected] Cc: Daniel Lezcano <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9256cec commit 97454a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/arm_global_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static u64 gt_counter_read(void)
8888
return _gt_counter_read();
8989
}
9090

91-
/**
91+
/*
9292
* To ensure that updates to comparator value register do not set the
9393
* Interrupt Status Register proceed as follows:
9494
* 1. Clear the Comp Enable bit in the Timer Control Register.

0 commit comments

Comments
 (0)