Replace remaining references to "driverfs" with "sysfs".
[deliverable/linux.git] / drivers / i2c / busses / i2c-sis96x.c
index 73dae449fb235bb738191f246d800f8bb861ce2a..4157b0cd604c5415c727f5c49113f68151b798db 100644 (file)
@@ -297,7 +297,7 @@ static int __devinit sis96x_probe(struct pci_dev *dev,
                return -EINVAL;
        }
 
-       /* set up the driverfs linkage to our parent device */
+       /* set up the sysfs linkage to our parent device */
        sis96x_adapter.dev.parent = &dev->dev;
 
        snprintf(sis96x_adapter.name, I2C_NAME_SIZE,
This page took 0.031801 seconds and 5 git commands to generate.