projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2129b14
)
Fixed correctness of comment in rmmod.c - MKW
author
Mark Whitley
<markw@lineo.com>
Fri, 17 Dec 1999 00:01:46 +0000
(
00:01
-0000)
committer
Mark Whitley
<markw@lineo.com>
Fri, 17 Dec 1999 00:01:46 +0000
(
00:01
-0000)
modutils/rmmod.c
patch
|
blob
|
history
rmmod.c
patch
|
blob
|
history
diff --git
a/modutils/rmmod.c
b/modutils/rmmod.c
index
7d3eac5
..
650a5b0
100644
(file)
--- a/
modutils/rmmod.c
+++ b/
modutils/rmmod.c
@@
-51,7
+51,7
@@
extern int rmmod_main(int argc, char **argv)
while (*(++(*argv))) {
switch (**argv) {
case 'a':
- /* Unload _all_ modules via NULL delete_module() call */
+ /* Unload _all_
unused
modules via NULL delete_module() call */
if (delete_module(NULL)) {
perror("rmmod");
exit( FALSE);
diff --git
a/rmmod.c
b/rmmod.c
index
7d3eac5
..
650a5b0
100644
(file)
--- a/
rmmod.c
+++ b/
rmmod.c
@@
-51,7
+51,7
@@
extern int rmmod_main(int argc, char **argv)
while (*(++(*argv))) {
switch (**argv) {
case 'a':
- /* Unload _all_ modules via NULL delete_module() call */
+ /* Unload _all_
unused
modules via NULL delete_module() call */
if (delete_module(NULL)) {
perror("rmmod");
exit( FALSE);