From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 29 Sep 2008 11:15:17 +0200 Subject: [U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible. In-Reply-To: <48E089B7.8020201@denx.de> References: <48E089B7.8020201@denx.de> Message-ID: <20080929091517.73056248CD@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko Schocher, In message <48E089B7.8020201@denx.de> you wrote: > also fix CodingStyle issues for the LM75 > > Signed-off-by: Heiko Schocher > --- > drivers/hwmon/lm75.c | 228 +++++++++++++++++++++++--------------------------- > 1 files changed, 105 insertions(+), 123 deletions(-) > > diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c > index 67a18f6..b95601d 100644 > --- a/drivers/hwmon/lm75.c > +++ b/drivers/hwmon/lm75.c > @@ -50,159 +50,141 @@ > > int dtt_read(int sensor, int reg) > { > - int dlen; > - uchar data[2]; > + int dlen; > + uchar data[2]; > Please split your additions and any code clean up into separate patches. As is, it's impossible to see what you actually changed. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de If it went on at this rate, in several billion years he'd be rich beyond his wildest dreams! - Terry Pratchett, _Soul Music_