From d1849da6921915cb045229b83f4b5b50a4ed7823 Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Tue, 1 May 2007 23:26:32 +0200 Subject: [PATCH] --- yaml --- r: 53256 b: refs/heads/master c: 6edac5803fb66f514d454d8e45595a170f04ea0e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/i2c/algos/i2c-algo-sgi.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e39c62070ba0..11f4241c2def 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3e820968ad47219f7d559117a30e85cf96b4e4e +refs/heads/master: 6edac5803fb66f514d454d8e45595a170f04ea0e diff --git a/trunk/drivers/i2c/algos/i2c-algo-sgi.c b/trunk/drivers/i2c/algos/i2c-algo-sgi.c index ac2d5053078a..6eaf145e1ada 100644 --- a/trunk/drivers/i2c/algos/i2c-algo-sgi.c +++ b/trunk/drivers/i2c/algos/i2c-algo-sgi.c @@ -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_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) {