summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
Diffstat (limited to 'kern')
-rw-r--r--kern/arg.c2
-rw-r--r--kern/arg.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kern/arg.c b/kern/arg.c
index ed684ce7..62ace8be 100644
--- a/kern/arg.c
+++ b/kern/arg.c
@@ -62,7 +62,7 @@ arg_setup(const char *cmdline)
}
void __init
-arg_info(void)
+arg_log_info(void)
{
char cmdline[sizeof(arg_cmdline)];
size_t i;
diff --git a/kern/arg.h b/kern/arg.h
index 937f596b..3a8d20ba 100644
--- a/kern/arg.h
+++ b/kern/arg.h
@@ -35,9 +35,9 @@
void arg_setup(const char *cmdline);
/*
- * Display command line information.
+ * Log command line information.
*/
-void arg_info(void);
+void arg_log_info(void);
/*
* Return true if an argument with the given name is present in the