diff options
-rw-r--r-- | modutils/rmmod.c | 2 | ||||
-rw-r--r-- | rmmod.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 7d3eac51e..650a5b04f 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -51,7 +51,7 @@ extern int rmmod_main(int argc, char **argv) | |||
51 | while (*(++(*argv))) { | 51 | while (*(++(*argv))) { |
52 | switch (**argv) { | 52 | switch (**argv) { |
53 | case 'a': | 53 | case 'a': |
54 | /* Unload _all_ modules via NULL delete_module() call */ | 54 | /* Unload _all_ unused modules via NULL delete_module() call */ |
55 | if (delete_module(NULL)) { | 55 | if (delete_module(NULL)) { |
56 | perror("rmmod"); | 56 | perror("rmmod"); |
57 | exit( FALSE); | 57 | exit( FALSE); |
@@ -51,7 +51,7 @@ extern int rmmod_main(int argc, char **argv) | |||
51 | while (*(++(*argv))) { | 51 | while (*(++(*argv))) { |
52 | switch (**argv) { | 52 | switch (**argv) { |
53 | case 'a': | 53 | case 'a': |
54 | /* Unload _all_ modules via NULL delete_module() call */ | 54 | /* Unload _all_ unused modules via NULL delete_module() call */ |
55 | if (delete_module(NULL)) { | 55 | if (delete_module(NULL)) { |
56 | perror("rmmod"); | 56 | perror("rmmod"); |
57 | exit( FALSE); | 57 | exit( FALSE); |