From 819079a2c6e2e4834294280290c8c6ec45501a27 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Tue, 12 Jul 2022 17:01:00 +0200 Subject: [PATCH] drivers: dac: mcp4728: fix indentation of the help section The help section must start with 2 spaces so let's add them. Signed-off-by: Bartosz Bilas --- drivers/dac/Kconfig.mcp4728 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dac/Kconfig.mcp4728 b/drivers/dac/Kconfig.mcp4728 index 260bf588b7d..e2dcd77b4ce 100644 --- a/drivers/dac/Kconfig.mcp4728 +++ b/drivers/dac/Kconfig.mcp4728 @@ -6,4 +6,4 @@ config DAC_MCP4728 bool "Microchip MCP4728 DAC driver" depends on I2C help - Enable driver for the Microchip MCP4728. + Enable driver for the Microchip MCP4728.