lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 14 Jul 2010 13:24:51 +0400
From:	Anton Vorontsov <cbouatmailru@...il.com>
To:	Dajun Chen <dajun.chen@...il.com>
Cc:	dwmw2@...radead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCHv2 4/11] Power:Battery module of DA9052 PMIC device
 driver

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@...semi.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@...il.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ