summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-11-13 06:24:09 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:24 -0700
commit20ff86bd7111221e8709c614c5e3969950293664 (patch)
treea9414998b32016af0533a4eaa5b041fc6781e89d /namedev.c
parentca1cc0fe7489c40a137ece43a65e65765678e89d (diff)
[PATCH] trailing whitespace cleanups.
Diffstat (limited to 'namedev.c')
-rw-r--r--namedev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/namedev.c b/namedev.c
index d806d25edf..d76d03b490 100644
--- a/namedev.c
+++ b/namedev.c
@@ -684,7 +684,7 @@ static int do_topology(struct sysfs_class_device *class_dev, struct udevice *ude
if (dev->type != TOPOLOGY)
continue;
- found = 0;
+ found = 0;
strcpy(path, sysfs_device->path);
temp = strrchr(path, '/');
dbg_parse("TOPOLOGY path = '%s'", path);