diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/arg.c | 2 | ||||
-rw-r--r-- | kern/arg.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |