From 158a25377a963c0e134aff1ab5779487aad6d67b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 11 Feb 2019 14:40:11 -0600 Subject: [PATCH] logging: log_ctrl.h: Fix Kconfig symbol reference in comment Comment referened CONFIG_LOG_PROCESS which does not exist, should be CONFIG_LOG_PROCESS_THREAD. Signed-off-by: Kumar Gala --- include/logging/log_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/logging/log_ctrl.h b/include/logging/log_ctrl.h index f839dd10dbf..0a830a65034 100644 --- a/include/logging/log_ctrl.h +++ b/include/logging/log_ctrl.h @@ -48,7 +48,7 @@ void log_init(void); * * See CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD. * - * @note Function has asserts and has no effect when CONFIG_LOG_PROCESS is set. + * @note Function has asserts and has no effect when CONFIG_LOG_PROCESS_THREAD is set. * * @param process_tid Process thread id. Used to wake up the thread. */