Replace remaining references to "driverfs" with "sysfs".
[deliverable/linux.git] / drivers / i2c / busses / i2c-ali15x3.c
index e4e0df10681211cffd39a720f8d6c1000b65be72..e47fe01bf42ae5c0bd73fcf215e8a1c01d361e66 100644 (file)
@@ -489,7 +489,7 @@ static int __devinit ali15x3_probe(struct pci_dev *dev, const struct pci_device_
                return -ENODEV;
        }
 
-       /* set up the driverfs linkage to our parent device */
+       /* set up the sysfs linkage to our parent device */
        ali15x3_adapter.dev.parent = &dev->dev;
 
        snprintf(ali15x3_adapter.name, I2C_NAME_SIZE,
This page took 0.027839 seconds and 5 git commands to generate.