Skip to content

Commit

Permalink
i2c-algo-sgi: Comment and whitespace cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Ladislav Michl authored and Jean Delvare committed May 1, 2007
1 parent b3e8209 commit 6edac58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions drivers/i2c/algos/i2c-algo-sgi.c
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down Expand Up @@ -162,8 +163,8 @@ static const struct i2c_algorithm sgi_algo = {
.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)
{
Expand Down

0 comments on commit 6edac58

Please sign in to comment.