diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-12 23:22:13 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:15 -0700 |
commit | 1f7148c7df35aea00f96ad52db221c0d561dbc4c (patch) | |
tree | fab971921392e690603b474086e5e38257528661 | |
parent | 71cf391508a0f458971b327260d3d90af629131f (diff) |
[PATCH] fix a few stale comments in namedev.c
-rw-r--r-- | namedev.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |