projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd13974
)
reuse a string
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 24 Oct 2015 02:19:56 +0000
(
04:19
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 24 Oct 2015 02:19:56 +0000
(
04:19
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/modprobe.c
patch
|
blob
|
history
diff --git
a/modutils/modprobe.c
b/modutils/modprobe.c
index 952ba03772959f36dc8d21863064800bcf4a88bb..05bf02cf862a1baab711a4cc4d6eed429115b15f 100644
(file)
--- a/
modutils/modprobe.c
+++ b/
modutils/modprobe.c
@@
-461,7
+461,7
@@
static int do_modprobe(struct module_entry *m)
rc = bb_delete_module(m2->modname, O_EXCL);
if (rc) {
if (first) {
- bb_perror_msg("can't unload module
%s
",
+ bb_perror_msg("can't unload module
'%s'
",
humanly_readable_name(m2));
break;
}