From 4d3bf9769ac5d16e4373010d0185d3dbc9655b17 Mon Sep 17 00:00:00 2001 From: Stricted Date: Fri, 21 Jan 2022 17:35:35 +0000 Subject: [PATCH] drivers: regulator: fix leading whitespace warning Change-Id: I2d914aee0464a4edd531164908e5c0e611437658 --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index b062a4a8f887..5d475a43a3ca 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -746,7 +746,7 @@ config REGULATOR_S2MPU09 including Dual-Phase Buck converter, Buck-Boost converter, various LDOs. config REGULATOR_S2MPU09_BUCK8_1V35 - tristate " Set S2MPU09 BUCK8 output 1.35V" + tristate "Set S2MPU09 BUCK8 output 1.35V" depends on REGULATOR_S2MPU09 default n help -- 2.20.1