openrisc: time: don't mark comment as kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 1 Oct 2021 02:11:01 +0000 (19:11 -0700)
committerStafford Horne <shorne@gmail.com>
Sat, 2 Oct 2021 12:42:28 +0000 (21:42 +0900)
commit72698a8789268cb11da21c018041b45233b82cbb
tree059e486349f989ff5934ef3552651f9cb2a604bd
parent5816b3e6577eaa676ceb00a848f0fd65fe2adc29
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: b731fbbd246e ("OpenRISC: Timekeeping")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Stafford Horne <shorne@gmail.com>
Cc: openrisc@lists.librecores.org
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/time.c