Commit cf18ecd3 authored by hexingwei001@208suo.com's avatar hexingwei001@208suo.com Committed by Greg Ungerer

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: default avatarXingwei He <hexingwei001@208suo.com>
Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 8ad50582
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment