chiark / gitweb /
[PATCH] trailing whitespace cleanups.
authorgreg@kroah.com <greg@kroah.com>
Thu, 13 Nov 2003 14:24:09 +0000 (06:24 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:24 +0000 (21:06 -0700)
namedev.c

index d806d25edff67830c01c63b753a7ab39bd3b190f..d76d03b490be1747283a0b4768dc7fb3891adcd0 100644 (file)
--- 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);