From: hexingwei001@208suo.com Date: Thu, 13 Jul 2023 08:39:22 +0000 (+0800) Subject: m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf18ecd34f71dfd2815046d4c0d7b6439bb0cbde;p=linux.git m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" Fix one occurrences of the checkpatch.pl error: ERROR: "foo __init bar" should be "foo __init bar" Signed-off-by: Xingwei He Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/coldfire/dma_timer.c b/arch/m68k/coldfire/dma_timer.c index cbb2894396065..91e6728f51ed6 100644 --- a/arch/m68k/coldfire/dma_timer.c +++ b/arch/m68k/coldfire/dma_timer.c @@ -48,7 +48,7 @@ static struct clocksource clocksource_cf_dt = { .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; -static int __init init_cf_dt_clocksource(void) +static int __init init_cf_dt_clocksource(void) { /* * We setup DMA timer 0 in free run mode. This incrementing counter is