···11/*22- * i2c-algo-sgi.c: i2c driver algorithms for SGI adapters.33- * 22+ * i2c-algo-sgi.c: i2c driver algorithm used by the VINO (SGI Indy) and33+ * MACE (SGI O2) chips.44+ *45 * This file is subject to the terms and conditions of the GNU General Public56 * License version 2 as published by the Free Software Foundation.67 *···163162 .functionality = sgi_func,164163};165164166166-/* 167167- * registering functions to load algorithms at runtime 165165+/*166166+ * registering functions to load algorithms at runtime168167 */169168int i2c_sgi_add_bus(struct i2c_adapter *adap)170169{