Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c-algo-sgi: Comment and whitespace cleanups

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Ladislav Michl and committed by
Jean Delvare
6edac580 b3e82096

+5 -4
+5 -4
drivers/i2c/algos/i2c-algo-sgi.c
··· 1 1 /* 2 - * i2c-algo-sgi.c: i2c driver algorithms for SGI adapters. 3 - * 2 + * i2c-algo-sgi.c: i2c driver algorithm used by the VINO (SGI Indy) and 3 + * MACE (SGI O2) chips. 4 + * 4 5 * This file is subject to the terms and conditions of the GNU General Public 5 6 * License version 2 as published by the Free Software Foundation. 6 7 * ··· 163 162 .functionality = sgi_func, 164 163 }; 165 164 166 - /* 167 - * registering functions to load algorithms at runtime 165 + /* 166 + * registering functions to load algorithms at runtime 168 167 */ 169 168 int i2c_sgi_add_bus(struct i2c_adapter *adap) 170 169 {