2012/1/6 Guenter Roeck <guenter.roeck@xxxxxxxxxxxx>
Guenter,
Thanks for your reply.
Probably i should explain a little bit on my way of working.
For me the most efficient way to tackle this is to only fix one error type at a time.
This reduces the chance of mistakes (like mixing up simple_strtoul and strict_strtoul), and also makes doing the edits simpler.
However the side effect of this is that not all problems in a file are solved.
(btw I also peeked at cleanfile, but for some reason it won't work for me. Probably something at my side).
Best regards, Frans
Hi Frans,
Your other patches are fine, but this one has checkpatch errors and warnings:
On Thu, Jan 05, 2012 at 04:23:56PM -0500, Frans Meulenbroeks wrote:
> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@xxxxxxxxx>
> ---
> drivers/hwmon/adm1025.c | 2 +-
> drivers/hwmon/ds1621.c | 6 +++---
> drivers/hwmon/g760a.c | 2 +-
> drivers/hwmon/hwmon-vid.c | 2 +-
> drivers/hwmon/lm78.c | 10 +++++-----
> drivers/hwmon/lm83.c | 2 +-
> drivers/hwmon/max1619.c | 2 +-
> drivers/hwmon/sis5595.c | 4 ++--
> drivers/hwmon/smsc47m1.c | 2 +-
> drivers/hwmon/w83627hf.c | 2 +-
> drivers/hwmon/w83l785ts.c | 2 +-
> 11 files changed, 18 insertions(+), 18 deletions(-)
>
ERROR: code indent should use tabs where possible
#793: FILE: drivers/hwmon/hwmon-vid.c:122:
+^I^I 1850 - val * 25;$
ERROR: code indent should use tabs where possible
#812: FILE: drivers/hwmon/hwmon-vid.c:137:
+^I^I 2050 - (val) * 50;$
WARNING: please, no spaces at the start of a line
#1276: FILE: drivers/hwmon/ds1621.c:6:
+ Ported to Linux 2.6 by Aurelien Jarno <aurelien@xxxxxxxxxxx> with$
WARNING: please, no spaces at the start of a line
#1300: FILE: drivers/hwmon/g760a.c:8:
+ http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf$
total: 2 errors, 2 warnings, 607 lines checked
NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
scripts/cleanfile
While those were already there in the original files, it doesn't really help much
to only remove the spaces at the end of the line. And newly submitted patches should
not have any checkpatch errors or warnings.
I enqueued the other patches for one of the rc candidates.
Thanks,
Guenter
Guenter,
Thanks for your reply.
Probably i should explain a little bit on my way of working.
For me the most efficient way to tackle this is to only fix one error type at a time.
This reduces the chance of mistakes (like mixing up simple_strtoul and strict_strtoul), and also makes doing the edits simpler.
However the side effect of this is that not all problems in a file are solved.
(btw I also peeked at cleanfile, but for some reason it won't work for me. Probably something at my side).
Best regards, Frans
PS: note that I don't own most of the hardware, so i cannot really run-time verify my work, only do a compile-test.
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors