From: greg@kroah.com Date: Tue, 13 Jan 2004 07:22:13 +0000 (-0800) Subject: [PATCH] fix a few stale comments in namedev.c X-Git-Tag: 013~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7148c7df35aea00f96ad52db221c0d561dbc4c;p=systemd [PATCH] fix a few stale comments in namedev.c --- diff --git a/namedev.c b/namedev.c index 80ab96af..4247b266 100644 --- a/namedev.c +++ b/namedev.c @@ -449,7 +449,7 @@ static int match_id(struct config_device *dev, struct sysfs_class_device *class_ int found; char *temp = NULL; - /* we have to have a sysfs device for NUMBER to work */ + /* we have to have a sysfs device for ID to work */ if (!sysfs_device) return -ENODEV; @@ -480,7 +480,7 @@ static int match_place(struct config_device *dev, struct sysfs_class_device *cla int found; char *temp = NULL; - /* we have to have a sysfs device for NUMBER to work */ + /* we have to have a sysfs device for PLACE to work */ if (!sysfs_device) return -ENODEV;