Re: [PATCH 2.4] (5/5) I2C updates for 2.4.32-pre3

2005-08-24 Thread Jean Delvare
Hi Marcelo, > All of these seem to be cleanups/cosmetic enhancements rather than > real bugfixes, except the ML address update. Patches 1/5, 3/5 and 4/5 are typo fixes in documentation and comments. 5/5 however qualifies as (minor) bug fix IMHO, as missing newlines in log messages will cause the

Re: [PATCH 2.4] (5/5) I2C updates for 2.4.32-pre3

2005-08-18 Thread Marcelo Tosatti
On Sun, Aug 14, 2005 at 05:17:16PM +0200, Jean Delvare wrote: > Five log messages lack their trailing new line in i2c-core. Jean, All of these seem to be cleanups/cosmetic enhancements rather than real bugfixes, except the ML address update. As you know, we've been trying to reduce the scope of

[PATCH 2.4] (5/5) I2C updates for 2.4.32-pre3

2005-08-14 Thread Jean Delvare
Five log messages lack their trailing new line in i2c-core. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> drivers/i2c/i2c-core.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) --- linux-2.4.31.orig/drivers/i2c/i2c-core.c2005-04-09 12:35:59.0 +0200 +++ linux-2