[PATCH] fix a few stale comments in namedev.c

This commit is contained in:
greg@kroah.com 2004-01-12 23:22:13 -08:00 committed by Greg KH
parent 71cf391508
commit 1f7148c7df
1 changed files with 2 additions and 2 deletions

View File

@ -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;