summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
Diffstat (limited to 'namedev.c')
-rw-r--r--namedev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/namedev.c b/namedev.c
index 80ab96afe5..4247b26693 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;