From: Anton Vorontsov on
On Wed, Jul 14, 2010 at 10:04:11AM +0100, Dajun Chen wrote:
> Battery module of the device driver for DA9052 PMIC device from Dialog
> Semiconductor.
>
> Changes made since last submission:
> . code has been reorganised as per the standard linux kernel driver
> framework
> . removal of redundant printk and comments
> . removal of test framework
>
> Linux Kernel Version: 2.6.34
>
> Signed-off-by: D. Chen <dchen(a)diasemi.com>
> ---
> diff -urpN linux-2.6.34/drivers/power/da9052_battery.c
> linux-2.6.34_test/drivers/power/da9052_battery.c
> --- linux-2.6.34/drivers/power/da9052_battery.c 1970-01-01
> 05:00:00.000000000 +0500
> +++ linux-2.6.34_test/drivers/power/da9052_battery.c 2010-07-13
> 17:49:01.000000000 +0500
> @@ -0,0 +1,1377 @@

The patch is line wrapped.

> +static int da9052_read(struct da9052 *da9052, u8 reg_address, u8 *reg_data)
> +{
> + struct da9052_ssc_msg msg;
> + int ret;
> +

And whitespace broken.

--
Anton Vorontsov
email: cbouatmailru(a)gmail.com
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/