diff options
| author | Randy Dunlap <[email protected]> | 2024-01-20 17:36:24 +0000 |
|---|---|---|
| committer | Daniel Lezcano <[email protected]> | 2024-01-22 12:16:32 +0000 |
| commit | 702107ed5d89e50499aa1d65fe499a028073b25e (patch) | |
| tree | 0d4b34240d0d8d7c47f38928cfcd4cc9c7ccddb2 | |
| parent | clocksource/drivers/stm32: Fix all kernel-doc warnings (diff) | |
| download | kernel-702107ed5d89e50499aa1d65fe499a028073b25e.tar.gz kernel-702107ed5d89e50499aa1d65fe499a028073b25e.zip | |
clocksource/drivers/ti-32K: Fix misuse of "/**" comment
Change "/**" to a common "/*" comment in a non-kernel-doc comment to
avoid a kernel-doc warning:
timer-ti-32k.c:42: warning: expecting prototype for timer(). Prototype was for OMAP2_32KSYNCNT_REV_OFF() instead
Signed-off-by: Randy Dunlap <[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]
| -rw-r--r-- | drivers/clocksource/timer-ti-32k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-ti-32k.c b/drivers/clocksource/timer-ti-32k.c index 59b0be482f32..a86529a70737 100644 --- a/drivers/clocksource/timer-ti-32k.c +++ b/drivers/clocksource/timer-ti-32k.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * timer-ti-32k.c - OMAP2 32k Timer Support * * Copyright (C) 2009 Nokia Corporation |
