Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53256
b: refs/heads/master
c: 6edac58
h: refs/heads/master
v: v3
  • Loading branch information
Ladislav Michl authored and Jean Delvare committed May 1, 2007
1 parent fbf91d1 commit d1849da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3e820968ad47219f7d559117a30e85cf96b4e4e
refs/heads/master: 6edac5803fb66f514d454d8e45595a170f04ea0e
9 changes: 5 additions & 4 deletions trunk/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 d1849da

Please sign in to comment.