Re: [PATCH 3/3] i2c: i2c-core: fix coding style issues in i2c-core.c

2014-01-14 Thread Joe Perches
On Tue, 2014-01-14 at 19:38 +0100, Wolfram Sang wrote: > > --- a/drivers/i2c/i2c-core.c > > +++ b/drivers/i2c/i2c-core.c > > @@ -1737,9 +1737,9 @@ int i2c_transfer(struct i2c_adapter *adap, struct > > i2c_msg *msgs, int num) > > for (ret = 0; ret < num; ret++) { > >

Re: [PATCH 3/3] i2c: i2c-core: fix coding style issues in i2c-core.c

2014-01-14 Thread Wolfram Sang
> --- a/drivers/i2c/i2c-core.c > +++ b/drivers/i2c/i2c-core.c > @@ -1737,9 +1737,9 @@ int i2c_transfer(struct i2c_adapter *adap, struct > i2c_msg *msgs, int num) > for (ret = 0; ret < num; ret++) { > dev_dbg(&adap->dev, "master_xfer[%d] %c, addr=0x%02x, > len=

[PATCH 3/3] i2c: i2c-core: fix coding style issues in i2c-core.c

2013-10-14 Thread RAGHAVENDRA GANIGA
>From 2c324e677fd8bfb0ad13a8c949317e40cc5fd23e Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Mon, 14 Oct 2013 20:42:37 +0530 Subject: [PATCH 3/3] i2c: i2c-core: fix coding style issues in i2c-core.c This is a patch to the i2c-core.c file that fixes the coding style issues found