]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
kernel: config: fix missing quote for LESS_GCC_OPT
authorJong Kim <jongk@nvidia.com>
Mon, 10 Sep 2012 23:50:14 +0000 (16:50 -0700)
committerDan Willemsen <dwillemsen@nvidia.com>
Sat, 14 Sep 2013 19:34:02 +0000 (12:34 -0700)
Add closing quote for LESS_GCC_OPT.

Change-Id: I6b48b19625ac3ab2cc9f4d651cc216fb890063fa
Signed-off-by: Jong Kim <jongk@nvidia.com>
Reviewed-on: http://git-master/r/131257
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
Rebase-Id: R3f0f660244fb7e5f29bd8cf4ec480c7d6a19b796

lib/Kconfig.debug

index 8c1ea1388644d2e1970230d3eda8e81d73541cbd..840cb7d349586f4b5846c3707f6a18e07dc2d733 100644 (file)
@@ -163,7 +163,7 @@ config DEBUG_KERNEL
          identify kernel problems.
 
 config LESS_GCC_OPT
-       bool "Compile with -O1 for debugging
+       bool "Compile with -O1 for debugging"
        depends on DEBUG_KERNEL
        default y if TEGRA_SIMULATION_PLATFORM
        default n if !TEGRA_SIMULATION_PLATFORM