* [PATCH] ARM: ep93xx: Fix whitespace issues
@ 2023-05-29 14:33 Franziska Naepelt
2023-05-29 15:19 ` Alexander Sverdlin
0 siblings, 1 reply; 3+ messages in thread
From: Franziska Naepelt @ 2023-05-29 14:33 UTC (permalink / raw)
To: linux-arm-kernel
Cc: hsweeten, alexander.sverdlin, linux, linux-kernel, Franziska Naepelt
This removes the following checkpatch issues:
- ERROR: code indent should use tabs where possible
- WARNING: please, no spaces at the start of a line
Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
---
arch/arm/mach-ep93xx/timer-ep93xx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-ep93xx/timer-ep93xx.c b/arch/arm/mach-ep93xx/timer-ep93xx.c
index dd4b164d1831..5bfabbdde463 100644
--- a/arch/arm/mach-ep93xx/timer-ep93xx.c
+++ b/arch/arm/mach-ep93xx/timer-ep93xx.c
@@ -82,8 +82,8 @@ static int ep93xx_clkevt_set_next_event(unsigned long next,
/* Set next event */
writel(next, EP93XX_TIMER3_LOAD);
writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE,
- EP93XX_TIMER3_CONTROL);
- return 0;
+ EP93XX_TIMER3_CONTROL);
+ return 0;
}
base-commit: 7877cb91f1081754a1487c144d85dc0d2e2e7fc4
--
2.39.2 (Apple Git-143)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: ep93xx: Fix whitespace issues
2023-05-29 14:33 [PATCH] ARM: ep93xx: Fix whitespace issues Franziska Naepelt
@ 2023-05-29 15:19 ` Alexander Sverdlin
2023-05-30 4:27 ` Franziska Näpelt
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Sverdlin @ 2023-05-29 15:19 UTC (permalink / raw)
To: Franziska Naepelt, linux-arm-kernel
Cc: hsweeten, linux, linux-kernel, Franziska Naepelt
Hello Franziska,
On Mon, 2023-05-29 at 16:33 +0200, Franziska Naepelt wrote:
> This removes the following checkpatch issues:
> - ERROR: code indent should use tabs where possible
> - WARNING: please, no spaces at the start of a line
>
> Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
thanks for the patch!
However the file is going away at some point anyway:
https://lore.kernel.org/lkml/20230424123522.18302-40-nikita.shubin@maquefel.me/
> ---
> arch/arm/mach-ep93xx/timer-ep93xx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-ep93xx/timer-ep93xx.c b/arch/arm/mach-ep93xx/timer-ep93xx.c
> index dd4b164d1831..5bfabbdde463 100644
> --- a/arch/arm/mach-ep93xx/timer-ep93xx.c
> +++ b/arch/arm/mach-ep93xx/timer-ep93xx.c
> @@ -82,8 +82,8 @@ static int ep93xx_clkevt_set_next_event(unsigned long next,
> /* Set next event */
> writel(next, EP93XX_TIMER3_LOAD);
> writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE,
> - EP93XX_TIMER3_CONTROL);
> - return 0;
> + EP93XX_TIMER3_CONTROL);
> + return 0;
> }
>
--
Alexander Sverdlin.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: ep93xx: Fix whitespace issues
2023-05-29 15:19 ` Alexander Sverdlin
@ 2023-05-30 4:27 ` Franziska Näpelt
0 siblings, 0 replies; 3+ messages in thread
From: Franziska Näpelt @ 2023-05-30 4:27 UTC (permalink / raw)
To: Alexander Sverdlin; +Cc: linux-arm-kernel, hsweeten, linux, linux-kernel
Hi Alexander,
Am Mo., 29. Mai 2023 um 17:19 Uhr schrieb Alexander Sverdlin
<alexander.sverdlin@gmail.com>:
>
> Hello Franziska,
>
> On Mon, 2023-05-29 at 16:33 +0200, Franziska Naepelt wrote:
> > This removes the following checkpatch issues:
> > - ERROR: code indent should use tabs where possible
> > - WARNING: please, no spaces at the start of a line
> >
> > Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
>
> thanks for the patch!
> However the file is going away at some point anyway:
> https://lore.kernel.org/lkml/20230424123522.18302-40-nikita.shubin@maquefel.me/
Thanks for the heads up - I'm sorry I missed that.
>
> > ---
> > arch/arm/mach-ep93xx/timer-ep93xx.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/mach-ep93xx/timer-ep93xx.c b/arch/arm/mach-ep93xx/timer-ep93xx.c
> > index dd4b164d1831..5bfabbdde463 100644
> > --- a/arch/arm/mach-ep93xx/timer-ep93xx.c
> > +++ b/arch/arm/mach-ep93xx/timer-ep93xx.c
> > @@ -82,8 +82,8 @@ static int ep93xx_clkevt_set_next_event(unsigned long next,
> > /* Set next event */
> > writel(next, EP93XX_TIMER3_LOAD);
> > writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE,
> > - EP93XX_TIMER3_CONTROL);
> > - return 0;
> > + EP93XX_TIMER3_CONTROL);
> > + return 0;
> > }
> >
>
> --
> Alexander Sverdlin.
>
Franziska
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-30 4:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 14:33 [PATCH] ARM: ep93xx: Fix whitespace issues Franziska Naepelt
2023-05-29 15:19 ` Alexander Sverdlin
2023-05-30 4:27 ` Franziska Näpelt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®