From 94bea6547bb0609002f484dee86340c4aee7782c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Feb 2016 17:13:03 -0600 Subject: [PATCH] Fix two unterminated strings in Kconfig files --- configs | 2 +- sched/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs b/configs index c44086d92f..7b89b3ddfa 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit c44086d92ff6f6cdf181be34d7f24c08438ea91b +Subproject commit 7b89b3ddfab4fc733a81bca8db5f0277e72535de diff --git a/sched/Kconfig b/sched/Kconfig index 574223fd67..a8a439d270 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -607,7 +607,7 @@ config SCHED_INSTRUMENTATION if SCHED_INSTRUMENTATION config SCHED_INSTRUMENTATION_PREEMPTION - bool "Preemption monitor hooks + bool "Preemption monitor hooks" default n ---help--- Enables additional hooks for changes to pre-emption state. Board- @@ -616,7 +616,7 @@ config SCHED_INSTRUMENTATION_PREEMPTION void sched_note_premption(FAR struct tcb_s *tcb, bool state); config SCHED_INSTRUMENTATION_CSECTION - bool "Critical section monitor hooks + bool "Critical section monitor hooks" default n depends on SMP ---help---