* [PATCH] m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"
[not found] <20230713081656.77057-1-panzhiai@cdjrlc.com>
@ 2023-07-13 8:39 ` hexingwei001
2023-07-19 4:35 ` Greg Ungerer
0 siblings, 1 reply; 2+ messages in thread
From: hexingwei001 @ 2023-07-13 8:39 UTC (permalink / raw)
To: gerg, geert; +Cc: linux-m68k, linux-kernel
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>
---
arch/m68k/coldfire/dma_timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/m68k/coldfire/dma_timer.c
b/arch/m68k/coldfire/dma_timer.c
index cbb289439606..91e6728f51ed 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"
2023-07-13 8:39 ` [PATCH] m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" hexingwei001
@ 2023-07-19 4:35 ` Greg Ungerer
0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2023-07-19 4:35 UTC (permalink / raw)
To: hexingwei001, geert; +Cc: linux-m68k, linux-kernel
Hi Xingwei He,
On 13/7/23 18:39, hexingwei001@208suo.com wrote:
> 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>
Thanks. Applied to m68knommu git tree, for-next branch.
Regards
Greg
> ---
> arch/m68k/coldfire/dma_timer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/m68k/coldfire/dma_timer.c b/arch/m68k/coldfire/dma_timer.c
> index cbb289439606..91e6728f51ed 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230713081656.77057-1-panzhiai@cdjrlc.com>
2023-07-13 8:39 ` [PATCH] m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" hexingwei001
2023-07-19 4:35 ` Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox