diff --git a/drivers/usbhost/usbhost_max3421e.c b/drivers/usbhost/usbhost_max3421e.c index 5b5478630b55..05f0e5a345c5 100644 --- a/drivers/usbhost/usbhost_max3421e.c +++ b/drivers/usbhost/usbhost_max3421e.c @@ -596,7 +596,7 @@ static const struct max3421e_usbhost_trace_s g_trace1[TRACE1_NSTRINGS] = TRENTRY(MAX3421E_TRACE1_ASYNCHSETUP_FAIL1, TR_FMT1, "OUT: Asynch setup failed: %u\n"), TRENTRY(MAX3421E_TRACE1_ASYNCHSETUP_FAIL2, TR_FMT1, "IN: Asynch setup failed: %u\n"), #endif - TRENTRY(MAX3421E_TRACE1_BAD_JKSTATE, TR_FMT1, "StartSOF: Bad JK state: %02x\n"), + TRENTRY(MAX3421E_TRACE1_BAD_JKSTATE, TR_FMT1, "CONNECT: Bad JK state: %02x\n"), TRENTRY(MAX3421E_TRACE1_BADREVISION, TR_FMT1, "INIT: Bad revision number: %02x\n"), TRENTRY(MAX3421E_TRACE1_CHANALLOC_FAIL, TR_FMT1, "EPALLOC: Channel allocation failed: %u\n"), TRENTRY(MAX3421E_TRACE1_CHANWAIT_FAIL, TR_FMT1, "OUT: Channel wait failure: %u\n"), diff --git a/libs/libc/unistd/Kconfig b/libs/libc/unistd/Kconfig index a1c1f6cebd0b..9b2bf2e9a66b 100644 --- a/libs/libc/unistd/Kconfig +++ b/libs/libc/unistd/Kconfig @@ -43,12 +43,12 @@ config EXECFUNCS_HAVE_SYMTAB NOTE: This option only pre-initializes the system symbol table as defined by CONFIG_EXECFUNCS_SYMTAB and CONFIG_EXECFUNCS_NSYMBOLS. - This is is simply an optional, automatic initialization of the + This is simply an optional, automatic initialization of the system symbol table. You would need to do this, for example, in in the kernel build were the first task must be run from a program on the file system. This option has no other effect. - Optionally, you can always call binfmt_setsymtabl() from your + Optionally, you can always call binfmt_setsymtab() from your board-specific logic or, equivalently, call boardctl(BOARDIOC_APP_SYMTAB) from your application initialization logic.