diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-16 04:09:25 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-16 04:09:25 +0000 |
commit | f45c4f41b792e4b7c52eaf21b9540112887e861b (patch) | |
tree | e5f35073f61b6178d49d02821676894f32b7a32f /modutils/depmod.c | |
parent | 57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8 (diff) | |
download | busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.gz busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.bz2 busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.zip |
whitespace and comment fixes, no code changes
Diffstat (limited to 'modutils/depmod.c')
-rw-r--r-- | modutils/depmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c index 733cd95bf..4998d641d 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c | |||
@@ -181,7 +181,7 @@ int depmod_main(int ATTRIBUTE_UNUSED argc, char **argv) | |||
181 | char *shortname = llist_pop(&old_deps); | 181 | char *shortname = llist_pop(&old_deps); |
182 | 182 | ||
183 | while (all) { | 183 | while (all) { |
184 | char *nam = | 184 | char *nam = |
185 | xstrdup(bb_get_last_path_component_nostrip(all->name)); | 185 | xstrdup(bb_get_last_path_component_nostrip(all->name)); |
186 | char *tmp = strrstr(nam, ".ko"); | 186 | char *tmp = strrstr(nam, ".ko"); |
187 | 187 | ||