Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cf18ecd

Browse files
hexingwei001@208suo.comGreg Ungerer
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 8ad5058 commit cf18ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/coldfire/dma_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static struct clocksource clocksource_cf_dt = {
4848
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
4949
};
5050

51-
static int __init init_cf_dt_clocksource(void)
51+
static int __init init_cf_dt_clocksource(void)
5252
{
5353
/*
5454
* We setup DMA timer 0 in free run mode. This incrementing counter is

0 commit comments

Comments
 (0)