All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu ->
@ 2009-03-09  8:44 Andre Prendel
  2009-03-09 10:19 ` [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu Jean Delvare
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andre Prendel @ 2009-03-09  8:44 UTC (permalink / raw)
  To: lm-sensors

This patch series converts the coding style in prog/sensord/ from gnu to
kernel style. So we are consistent all over the project.

The conversion have exposed some very deep indentation levels. So it
was impossible to not break the 80-characters-per-line rule. Some of
them I already fixed, but other ones can only be fixed by
restructuring the code. I will do that in further patches.

--
 args.c    |  462 +++++++++++++++++++-------------------
 chips.c   |  547 +++++++++++++++++++++++----------------------
 lib.c     |  119 +++++----
 rrd.c     |  743
 ++++++++++++++++++++++++++++++++------------------------------
 sense.c   |  399 +++++++++++++++++----------------
 sensord.c |  382 ++++++++++++++++---------------
 sensord.h |   61 ++---
 7 files changed, 1395 insertions(+), 1318 deletions(-)

Andre

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu
  2009-03-09  8:44 [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu -> Andre Prendel
@ 2009-03-09 10:19 ` Jean Delvare
  2009-03-09 15:49 ` Andre Prendel
  2009-03-09 16:20 ` Jean Delvare
  2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2009-03-09 10:19 UTC (permalink / raw)
  To: lm-sensors

Hallo Andre,

On Mon, 9 Mar 2009 09:44:58 +0100, Andre Prendel wrote:
> This patch series converts the coding style in prog/sensord/ from gnu to
> kernel style. So we are consistent all over the project.
> 
> The conversion have exposed some very deep indentation levels. So it
> was impossible to not break the 80-characters-per-line rule. Some of
> them I already fixed, but other ones can only be fixed by
> restructuring the code. I will do that in further patches.
> 
> --
>  args.c    |  462 +++++++++++++++++++-------------------
>  chips.c   |  547 +++++++++++++++++++++++----------------------
>  lib.c     |  119 +++++----
>  rrd.c     |  743 ++++++++++++++++++++++++++++++++------------------------------
>  sense.c   |  399 +++++++++++++++++----------------
>  sensord.c |  382 ++++++++++++++++---------------
>  sensord.h |   61 ++---
>  7 files changed, 1395 insertions(+), 1318 deletions(-)

No objection from me, feel free to apply all these patches.

Thanks,
-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu
  2009-03-09  8:44 [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu -> Andre Prendel
  2009-03-09 10:19 ` [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu Jean Delvare
@ 2009-03-09 15:49 ` Andre Prendel
  2009-03-09 16:20 ` Jean Delvare
  2 siblings, 0 replies; 4+ messages in thread
From: Andre Prendel @ 2009-03-09 15:49 UTC (permalink / raw)
  To: lm-sensors

On Mon, Mar 09, 2009 at 11:19:45AM +0100, Jean Delvare wrote:
> Hallo Andre,

Salut Jean,

> 
> On Mon, 9 Mar 2009 09:44:58 +0100, Andre Prendel wrote:
> > This patch series converts the coding style in prog/sensord/ from gnu to
> > kernel style. So we are consistent all over the project.
> > 
> > The conversion have exposed some very deep indentation levels. So it
> > was impossible to not break the 80-characters-per-line rule. Some of
> > them I already fixed, but other ones can only be fixed by
> > restructuring the code. I will do that in further patches.
> > 
> > --
> >  args.c    |  462 +++++++++++++++++++-------------------
> >  chips.c   |  547 +++++++++++++++++++++++----------------------
> >  lib.c     |  119 +++++----
> >  rrd.c     |  743 ++++++++++++++++++++++++++++++++------------------------------
> >  sense.c   |  399 +++++++++++++++++----------------
> >  sensord.c |  382 ++++++++++++++++---------------
> >  sensord.h |   61 ++---
> >  7 files changed, 1395 insertions(+), 1318 deletions(-)
> 
> No objection from me, feel free to apply all these patches.

Applied with your suggestion to patch 6/7.

BTW, how do you send patch series? I use quilt to handle the
patches. The E-Mails I have though written by hand. Maybe I should try
quilt mail. Have you any experiences with it?

Andre

> Thanks,
> -- 
> Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* Re: [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu
  2009-03-09  8:44 [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu -> Andre Prendel
  2009-03-09 10:19 ` [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu Jean Delvare
  2009-03-09 15:49 ` Andre Prendel
@ 2009-03-09 16:20 ` Jean Delvare
  2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2009-03-09 16:20 UTC (permalink / raw)
  To: lm-sensors

On Mon, 9 Mar 2009 16:49:41 +0100, Andre Prendel wrote:
> On Mon, Mar 09, 2009 at 11:19:45AM +0100, Jean Delvare wrote:
> > Hallo Andre,
> 
> Salut Jean,
> 
> > 
> > On Mon, 9 Mar 2009 09:44:58 +0100, Andre Prendel wrote:
> > > This patch series converts the coding style in prog/sensord/ from gnu to
> > > kernel style. So we are consistent all over the project.
> > > 
> > > The conversion have exposed some very deep indentation levels. So it
> > > was impossible to not break the 80-characters-per-line rule. Some of
> > > them I already fixed, but other ones can only be fixed by
> > > restructuring the code. I will do that in further patches.
> > > 
> > > --
> > >  args.c    |  462 +++++++++++++++++++-------------------
> > >  chips.c   |  547 +++++++++++++++++++++++----------------------
> > >  lib.c     |  119 +++++----
> > >  rrd.c     |  743 ++++++++++++++++++++++++++++++++------------------------------
> > >  sense.c   |  399 +++++++++++++++++----------------
> > >  sensord.c |  382 ++++++++++++++++---------------
> > >  sensord.h |   61 ++---
> > >  7 files changed, 1395 insertions(+), 1318 deletions(-)
> > 
> > No objection from me, feel free to apply all these patches.
> 
> Applied with your suggestion to patch 6/7.

Thanks!

> BTW, how do you send patch series? I use quilt to handle the
> patches. The E-Mails I have though written by hand. Maybe I should try
> quilt mail. Have you any experiences with it?

I've always been too chicken and/or psychorigid to try quilt mail. I
always send my patch series manually, sending 0/N first and then all
the actual patches as a reply to 0/N. But that's quite some work and
error prone, so I'm not sure if I can sanely recommend that.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

end of thread, other threads:[~2009-03-09 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09  8:44 [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu -> Andre Prendel
2009-03-09 10:19 ` [lm-sensors] [PATCH 0/7] sensord: Coding style conversion (gnu Jean Delvare
2009-03-09 15:49 ` Andre Prendel
2009-03-09 16:20 ` Jean Delvare

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.