From 7492598196c0a9d9a78cf1e2e51f173e281ca9d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 May 2008 19:28:02 +0000 Subject: 2008-05-06 Joel Sherrill * bootcard.c: Improve formatting and comments. --- c/src/lib/libbsp/shared/bootcard.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/shared/bootcard.c') diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c index 9e4c29adab..8d7550f7d8 100644 --- a/c/src/lib/libbsp/shared/bootcard.c +++ b/c/src/lib/libbsp/shared/bootcard.c @@ -42,7 +42,11 @@ extern void bsp_cleanup( void ); char *rtems_progname; -int boot_card(int argc, char **argv, char **envp) +int boot_card( + int argc, + char **argv, + char **envp +) { static char *argv_pointer = NULL; static char *envp_pointer = NULL; @@ -57,9 +61,9 @@ int boot_card(int argc, char **argv, char **envp) rtems_interrupt_disable( bsp_isr_level ); /* - * Set things up so c_rtems_main() is called with real pointers for - * argv and envp. If the BSP has passed us something useful, then - * pass it on. Somehow we need to eventually make this available to + * Set things up so we have real pointers for argv and envp. + * If the BSP has passed us something useful, then pass it on. + * Somehow we need to eventually make this available to * a real main() in user land. :) */ -- cgit v1.2.3