All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 0/8] sensord: Some cleanups,
@ 2009-04-06  7:55 Andre Prendel
  2009-04-06  9:36 ` Jean Delvare
  2009-04-06 10:21 ` Andre Prendel
  0 siblings, 2 replies; 3+ messages in thread
From: Andre Prendel @ 2009-04-06  7:55 UTC (permalink / raw)
  To: lm-sensors

Hello Jean,

this patch series fixes some issues caused by the coding style
conversion a while ago. Most of them are deep indentation levels and
the related long lines.

Another patch removes the hidden commandline interface. You can call
sensord as an console application if you have a link (sensors)
pointing to the sensors deamon (sensord). IMO that's really
intransparent and I don't know any reason using this.

Further there is a patch introducing a new structure
(sensord_arguments). The extern struct sensord_args in args.c now is
the place for all the commandline arguments.

A last one replaces the deprecated signal() function by sigaction.

Andre
---

 args.c    |  205 +++++++++++++++++++++++++++++---------------------------------
 args.h    |   30 +++++++++
 lib.c     |   93 ++++++++++++++++------------
 rrd.c     |  108 ++++++++++++++++----------------
 sense.c   |    6 -
 sensord.c |   89 ++++++++++++++++----------
 sensord.h |   18 -----
 7 files changed, 294 insertions(+), 255 deletions(-)

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

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

* Re: [lm-sensors] [PATCH 0/8] sensord: Some cleanups,
  2009-04-06  7:55 [lm-sensors] [PATCH 0/8] sensord: Some cleanups, Andre Prendel
@ 2009-04-06  9:36 ` Jean Delvare
  2009-04-06 10:21 ` Andre Prendel
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-04-06  9:36 UTC (permalink / raw)
  To: lm-sensors

Hi Andre,

On Mon, 6 Apr 2009 09:55:53 +0200, Andre Prendel wrote:
> Hello Jean,
> 
> this patch series fixes some issues caused by the coding style
> conversion a while ago. Most of them are deep indentation levels and
> the related long lines.
> 
> Another patch removes the hidden commandline interface. You can call
> sensord as an console application if you have a link (sensors)
> pointing to the sensors deamon (sensord). IMO that's really
> intransparent and I don't know any reason using this.
> 
> Further there is a patch introducing a new structure
> (sensord_arguments). The extern struct sensord_args in args.c now is
> the place for all the commandline arguments.
> 
> A last one replaces the deprecated signal() function by sigaction.

Thanks for doing all this. Please note that I am pretty busy with
kernel work these days so it will take some time before I can find the
time to review your changes. Thanks for your patience :)

-- 
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] 3+ messages in thread

* Re: [lm-sensors] [PATCH 0/8] sensord: Some cleanups,
  2009-04-06  7:55 [lm-sensors] [PATCH 0/8] sensord: Some cleanups, Andre Prendel
  2009-04-06  9:36 ` Jean Delvare
@ 2009-04-06 10:21 ` Andre Prendel
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Prendel @ 2009-04-06 10:21 UTC (permalink / raw)
  To: lm-sensors

On Mon, Apr 06, 2009 at 11:36:31AM +0200, Jean Delvare wrote:
> Hi Andre,
> 
> On Mon, 6 Apr 2009 09:55:53 +0200, Andre Prendel wrote:
> > Hello Jean,
> > 
> > this patch series fixes some issues caused by the coding style
> > conversion a while ago. Most of them are deep indentation levels and
> > the related long lines.
> > 
> > Another patch removes the hidden commandline interface. You can call
> > sensord as an console application if you have a link (sensors)
> > pointing to the sensors deamon (sensord). IMO that's really
> > intransparent and I don't know any reason using this.
> > 
> > Further there is a patch introducing a new structure
> > (sensord_arguments). The extern struct sensord_args in args.c now is
> > the place for all the commandline arguments.
> > 
> > A last one replaces the deprecated signal() function by sigaction.
> 
> Thanks for doing all this. Please note that I am pretty busy with
> kernel work these days so it will take some time before I can find the
> time to review your changes. Thanks for your patience :)

Take your time :)

Andre

> 
> -- 
> 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] 3+ messages in thread

end of thread, other threads:[~2009-04-06 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06  7:55 [lm-sensors] [PATCH 0/8] sensord: Some cleanups, Andre Prendel
2009-04-06  9:36 ` Jean Delvare
2009-04-06 10:21 ` Andre Prendel

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.