Commit 6edac580 authored by Ladislav Michl's avatar Ladislav Michl Committed by Jean Delvare

i2c-algo-sgi: Comment and whitespace cleanups

Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent b3e82096
/* /*
* 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 * This file is subject to the terms and conditions of the GNU General Public
* License version 2 as published by the Free Software Foundation. * License version 2 as published by the Free Software Foundation.
* *
...@@ -162,8 +163,8 @@ static const struct i2c_algorithm sgi_algo = { ...@@ -162,8 +163,8 @@ static const struct i2c_algorithm sgi_algo = {
.functionality = sgi_func, .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) int i2c_sgi_add_bus(struct i2c_adapter *adap)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment