summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
authorkay@vrfy.org <kay@vrfy.org>2003-10-21 21:48:11 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:04:09 -0700
commitc2ec26b92809193a5126d34299abfe8df7877c0c (patch)
treeffd9c99129e35ececbb6932a915fc35cf32feaa1 /namedev.c
parent116176b0bde45832d212b60e8d7bcb5d87f5ce46 (diff)
[PATCH] namedev.c comments + debug patch
and a patch for namdev.c comments + debug o correct 'device device' o correct permission file to config file
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 3b0a0caf48..d049349f22 100644
--- a/namedev.c
+++ b/namedev.c
@@ -564,7 +564,7 @@ static int get_attr(struct sysfs_class_device *class_dev, struct device_attr *at
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)
@@ -597,7 +597,7 @@ static int get_attr(struct sysfs_class_device *class_dev, struct device_attr *at
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)