diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-13 06:24:09 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:24 -0700 |
commit | 20ff86bd7111221e8709c614c5e3969950293664 (patch) | |
tree | a9414998b32016af0533a4eaa5b041fc6781e89d /namedev.c | |
parent | ca1cc0fe7489c40a137ece43a65e65765678e89d (diff) |
[PATCH] trailing whitespace cleanups.
Diffstat (limited to 'namedev.c')
-rw-r--r-- | namedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |