Skip to content

Commit 72698a8

Browse files
rddunlapstffrdhrn
authored andcommitted
openrisc: time: don't mark comment as kernel-doc
Fix a kernel-doc warning by unmarking the comment as being in kernel-doc notation. Fixes this warning: arch/openrisc/kernel/time.c:137: warning: expecting prototype for Clocksource(). Prototype was for openrisc_timer_read() instead Fixes: b731fbb ("OpenRISC: Timekeeping") Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: Jonas Bonn <[email protected]> Cc: Stefan Kristiansson <[email protected]> Cc: Stafford Horne <[email protected]> Cc: [email protected] Signed-off-by: Stafford Horne <[email protected]>
1 parent 5816b3e commit 72698a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/openrisc/kernel/time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ irqreturn_t __irq_entry timer_interrupt(struct pt_regs *regs)
127127
return IRQ_HANDLED;
128128
}
129129

130-
/**
130+
/*
131131
* Clocksource: Based on OpenRISC timer/counter
132132
*
133133
* This sets up the OpenRISC Tick Timer as a clock source. The tick timer

0 commit comments

Comments
 (0)