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