diff mbox

[U-Boot,2/2] Kconfig: i2c: Fix indentation

Message ID 8d5c15652fd12142075aa1163d1e6da296d847b9.1449569931.git.michal.simek@xilinx.com
State Awaiting Upstream
Delegated to: Heiko Schocher
Headers show

Commit Message

Michal Simek Dec. 8, 2015, 10:18 a.m. UTC
Use tabs instead of space for indentation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/i2c/muxes/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Simon Glass Dec. 8, 2015, 7:35 p.m. UTC | #1
On 8 December 2015 at 03:18, Michal Simek <michal.simek@xilinx.com> wrote:
> Use tabs instead of space for indentation.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/i2c/muxes/Kconfig | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 4051923115a5..913093d53dfa 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -8,10 +8,10 @@  config I2C_MUX
 	  using a suitable I2C MUX driver.
 
 config I2C_ARB_GPIO_CHALLENGE
-        bool "GPIO-based I2C arbitration"
-        depends on I2C_MUX
-        help
-          If you say yes to this option, support will be included for an
-          I2C multimaster arbitration scheme using GPIOs and a challenge &
-          response mechanism where masters have to claim the bus by asserting
-          a GPIO.
+	bool "GPIO-based I2C arbitration"
+	depends on I2C_MUX
+	help
+	  If you say yes to this option, support will be included for an
+	  I2C multimaster arbitration scheme using GPIOs and a challenge &
+	  response mechanism where masters have to claim the bus by asserting
+	  a GPIO.