From: Ladislav Michl Subject: i2c-algo-sgi: Comment and whitespace cleanups Signed-off-by: Ladislav Michl Signed-off-by: Jean Delvare --- drivers/i2c/algos/i2c-algo-sgi.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- linux-2.6.21-rc4.orig/drivers/i2c/algos/i2c-algo-sgi.c 2007-02-04 19:44:54.000000000 +0100 +++ linux-2.6.21-rc4/drivers/i2c/algos/i2c-algo-sgi.c 2007-03-19 14:25:36.000000000 +0100 @@ -1,6 +1,7 @@ /* - * i2c-algo-sgi.c: i2c driver algorithms for SGI adapters. - * + * i2c-algo-sgi.c: i2c driver algorithm used by the VINO (SGI Indy) and + * MACE (SGI O2) chips. + * * This file is subject to the terms and conditions of the GNU General Public * License version 2 as published by the Free Software Foundation. * @@ -162,8 +163,8 @@ static const struct i2c_algorithm sgi_al .functionality = sgi_func, }; -/* - * registering functions to load algorithms at runtime +/* + * registering functions to load algorithms at runtime */ int i2c_sgi_add_bus(struct i2c_adapter *adap) {