Re: [PATCH] hwmon: Driver for Texas Instruments amc6821 chip

From: Andrew Morton
Date: Wed Sep 02 2009 - 19:56:22 EST


On Mon, 31 Aug 2009 22:24:50 +0200
tomaz.mertelj@xxxxxxxxxxxxxx wrote:

> I have crafted a hwmon driver for Texas Instruments amc6821 SMB-bus 2-
> channel temperature sensor, pwm controller. This is my first linux project
> so some corrections will be necessary.
>

The driver looks saneish to me, but...

- The attachment uses \r\n line termination and caused me quite a bit
of trouble before I worked out what was going on.

- The changelog is missing your Signed-off-by:. Please read up on
this in Documentation/SubmittingPatches.

- The driver needs lots and lots of trivial coding-style fixes.
Please take a look at some similar drivers and also use the
scripts/checkpatch.pl tool.

checkpatch says:

total: 153 errors, 110 warnings, 874 lines checked

which must be some sort of record ;)

Also, some C functions have needless `\' line continuations in them.


All pretty simple stuff. Please take a look at all that and then resend?

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/