mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 <hexingwei001@208suo.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
parent
8ad5058221
commit
cf18ecd34f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static struct clocksource clocksource_cf_dt = {
|
||||||
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
|
.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
|
* We setup DMA timer 0 in free run mode. This incrementing counter is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue