--- namedev.c 2003-10-21 15:27:53.000000000 +0200 +++ namedev.c.1 2003-10-21 21:55:43.000000000 +0200 @@ -207,7 +207,7 @@ struct config_device dev; strcpy(filename, UDEV_CONFIG_DIR NAMEDEV_CONFIG_FILE); - dbg("opening %s to read as permissions config", filename); + dbg("opening %s to read as config", filename); fd = fopen(filename, "r"); if (fd == NULL) { dbg("Can't open %s", filename); @@ -568,7 +568,7 @@ if (tmpattr) goto label_found; - /* look in the class device device directory if present */ + /* look in the class device directory if present */ if (class_dev->sysdevice) { tmpattr = sysfs_get_classdev_attr(class_dev, dev->sysfs_file); if (tmpattr) @@ -601,7 +601,7 @@ if (tmpattr) goto label_found; - /* look in the class device device directory if present */ + /* look in the class device directory if present */ if (class_dev_parent->sysdevice) { tmpattr = sysfs_get_classdev_attr(class_dev_parent, dev->sysfs_file); if (tmpattr)