All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
@ 2016-10-08  5:57 Keila Novo
  2016-10-15  7:32 ` [Outreachy kernel] " Julia Lawall
  2016-10-15 11:29 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 6+ messages in thread
From: Keila Novo @ 2016-10-08  5:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Marc Dietrich, outreachy-kernel

Checkpatch.pl error fixed:"No tabstop at the init
of the line"

Signed-off-by: Keila Novo <laurana5@gmail.com>
---
 drivers/staging/nvec/nvec_power.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index b16c871..88e6c0e 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
 	.probe = nvec_power_probe,
 	.remove = nvec_power_remove,
 	.driver = {
+<<<<<<< HEAD
 		 .name = "nvec-power",
+=======
+		 .name = nvec_power,
+>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
 	}
 };
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Outreachy kernel] [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
  2016-10-08  5:57 [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Keila Novo
@ 2016-10-15  7:32 ` Julia Lawall
  2016-10-15 11:29 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2016-10-15  7:32 UTC (permalink / raw)
  To: Keila Novo; +Cc: Greg Kroah-Hartman, Marc Dietrich, outreachy-kernel



On Sat, 8 Oct 2016, Keila Novo wrote:

> Checkpatch.pl error fixed:"No tabstop at the init
> of the line"
>
> Signed-off-by: Keila Novo <laurana5@gmail.com>
> ---
>  drivers/staging/nvec/nvec_power.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
> index b16c871..88e6c0e 100644
> --- a/drivers/staging/nvec/nvec_power.c
> +++ b/drivers/staging/nvec/nvec_power.c
> @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
>  	.probe = nvec_power_probe,
>  	.remove = nvec_power_remove,
>  	.driver = {
> +<<<<<<< HEAD
>  		 .name = "nvec-power",
> +=======
> +		 .name = nvec_power,
> +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop

This is not good.

julia

>  	}
>  };
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20161008055753.GA24115%40kheixx-VB.
> For more options, visit https://groups.google.com/d/optout.
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
  2016-10-08  5:57 [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Keila Novo
  2016-10-15  7:32 ` [Outreachy kernel] " Julia Lawall
@ 2016-10-15 11:29 ` Greg Kroah-Hartman
  2016-10-15 13:09   ` keila novo
  1 sibling, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2016-10-15 11:29 UTC (permalink / raw)
  To: Keila Novo; +Cc: Marc Dietrich, outreachy-kernel

On Sat, Oct 08, 2016 at 07:57:53AM +0200, Keila Novo wrote:
> Checkpatch.pl error fixed:"No tabstop at the init
> of the line"
> 
> Signed-off-by: Keila Novo <laurana5@gmail.com>
> ---
>  drivers/staging/nvec/nvec_power.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
> index b16c871..88e6c0e 100644
> --- a/drivers/staging/nvec/nvec_power.c
> +++ b/drivers/staging/nvec/nvec_power.c
> @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
>  	.probe = nvec_power_probe,
>  	.remove = nvec_power_remove,
>  	.driver = {
> +<<<<<<< HEAD
>  		 .name = "nvec-power",
> +=======
> +		 .name = nvec_power,
> +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop

I don't think you build the code with this patch applied :(


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
  2016-10-15 11:29 ` Greg Kroah-Hartman
@ 2016-10-15 13:09   ` keila novo
  2016-10-15 13:13     ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 6+ messages in thread
From: keila novo @ 2016-10-15 13:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Marc Dietrich, outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

El 15 oct. 2016 13:28, "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
escribió:
>
> On Sat, Oct 08, 2016 at 07:57:53AM +0200, Keila Novo wrote:
> > Checkpatch.pl error fixed:"No tabstop at the init
> > of the line"
> >
> > Signed-off-by: Keila Novo <laurana5@gmail.com>
> > ---
> >  drivers/staging/nvec/nvec_power.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/staging/nvec/nvec_power.c
b/drivers/staging/nvec/nvec_power.c
> > index b16c871..88e6c0e 100644
> > --- a/drivers/staging/nvec/nvec_power.c
> > +++ b/drivers/staging/nvec/nvec_power.c
> > @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
> >       .probe = nvec_power_probe,
> >       .remove = nvec_power_remove,
> >       .driver = {
> > +<<<<<<< HEAD
> >                .name = "nvec-power",
> > +=======
> > +              .name = nvec_power,
> > +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
>
> I don't think you build the code with this patch applied :(

I checked with the checkpatch.pl when I fixed the error and it didn't show
any error.
What is my error now?Can you explain it please?

Thanks,

[-- Attachment #2: Type: text/html, Size: 1725 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Outreachy kernel] Re: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
  2016-10-15 13:09   ` keila novo
@ 2016-10-15 13:13     ` Julia Lawall
  2016-10-15 13:15       ` keila novo
  0 siblings, 1 reply; 6+ messages in thread
From: Julia Lawall @ 2016-10-15 13:13 UTC (permalink / raw)
  To: keila novo; +Cc: Greg Kroah-Hartman, Marc Dietrich, outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 1909 bytes --]



On Sat, 15 Oct 2016, keila novo wrote:

>
> El 15 oct. 2016 13:28, "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
> escribió:
> >
> > On Sat, Oct 08, 2016 at 07:57:53AM +0200, Keila Novo wrote:
> > > Checkpatch.pl error fixed:"No tabstop at the init
> > > of the line"
> > >
> > > Signed-off-by: Keila Novo <laurana5@gmail.com>
> > > ---
> > >  drivers/staging/nvec/nvec_power.c | 4 ++++
> > >  1 file changed, 4 insertions(+)
> > >
> > > diff --git a/drivers/staging/nvec/nvec_power.c
> b/drivers/staging/nvec/nvec_power.c
> > > index b16c871..88e6c0e 100644
> > > --- a/drivers/staging/nvec/nvec_power.c
> > > +++ b/drivers/staging/nvec/nvec_power.c
> > > @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver
> = {
> > >       .probe = nvec_power_probe,
> > >       .remove = nvec_power_remove,
> > >       .driver = {
> > > +<<<<<<< HEAD
> > >                .name = "nvec-power",
> > > +=======
> > > +              .name = nvec_power,
> > > +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
> >
> > I don't think you build the code with this patch applied :(
>
> I checked with the checkpatch.pl when I fixed the error and it didn't
> show any error.
> What is my error now?Can you explain it please?

Your patch, as sent, has git conflict annotations.  The <<<< HEAD, etc.

julia

>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visithttps://groups.google.com/d/msgid/outreachy-kernel/CACrt6MJ_rFuv3APG8%2B
> Gi-Wef3WhpT-RYv-bkMq0hNbEO8X7D%3DQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Outreachy kernel] Re: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
  2016-10-15 13:13     ` [Outreachy kernel] " Julia Lawall
@ 2016-10-15 13:15       ` keila novo
  0 siblings, 0 replies; 6+ messages in thread
From: keila novo @ 2016-10-15 13:15 UTC (permalink / raw)
  To: Julia Lawall; +Cc: Marc Dietrich, Greg Kroah-Hartman, outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 2172 bytes --]

El 15 oct. 2016 15:13, "Julia Lawall" <julia.lawall@lip6.fr> escribió:
>
>
>
> On Sat, 15 Oct 2016, keila novo wrote:
>
> >
> > El 15 oct. 2016 13:28, "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
> > escribió:
> > >
> > > On Sat, Oct 08, 2016 at 07:57:53AM +0200, Keila Novo wrote:
> > > > Checkpatch.pl error fixed:"No tabstop at the init
> > > > of the line"
> > > >
> > > > Signed-off-by: Keila Novo <laurana5@gmail.com>
> > > > ---
> > > >  drivers/staging/nvec/nvec_power.c | 4 ++++
> > > >  1 file changed, 4 insertions(+)
> > > >
> > > > diff --git a/drivers/staging/nvec/nvec_power.c
> > b/drivers/staging/nvec/nvec_power.c
> > > > index b16c871..88e6c0e 100644
> > > > --- a/drivers/staging/nvec/nvec_power.c
> > > > +++ b/drivers/staging/nvec/nvec_power.c
> > > > @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver
> > = {
> > > >       .probe = nvec_power_probe,
> > > >       .remove = nvec_power_remove,
> > > >       .driver = {
> > > > +<<<<<<< HEAD
> > > >                .name = "nvec-power",
> > > > +=======
> > > > +              .name = nvec_power,
> > > > +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
> > >
> > > I don't think you build the code with this patch applied :(
> >
> > I checked with the checkpatch.pl when I fixed the error and it didn't
> > show any error.
> > What is my error now?Can you explain it please?
>
> Your patch, as sent, has git conflict annotations.  The <<<< HEAD, etc.
>
> julia
>
> >
> > Thanks,
> >
> > --
> > You received this message because you are subscribed to the Google
Groups
> > "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send
an
> > email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visithttps://
groups.google.com/d/msgid/outreachy-kernel/CACrt6MJ_rFuv3APG8%2B
> > Gi-Wef3WhpT-RYv-bkMq0hNbEO8X7D%3DQ%40mail.gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
> >

Ok, I will fix it.

Thanks for your time

[-- Attachment #2: Type: text/html, Size: 3555 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-15 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08  5:57 [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Keila Novo
2016-10-15  7:32 ` [Outreachy kernel] " Julia Lawall
2016-10-15 11:29 ` Greg Kroah-Hartman
2016-10-15 13:09   ` keila novo
2016-10-15 13:13     ` [Outreachy kernel] " Julia Lawall
2016-10-15 13:15       ` keila novo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.