All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support
@ 2015-12-08 10:18 Michal Simek
  2015-12-08 10:18 ` [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation Michal Simek
  2015-12-08 19:34 ` [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Simon Glass
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2015-12-08 10:18 UTC (permalink / raw)
  To: u-boot

Fix typo in command description.

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

 drivers/i2c/muxes/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index bd3e078d629e..4051923115a5 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -1,5 +1,5 @@
 config I2C_MUX
-	bool "Suport I2C multiplexers"
+	bool "Support I2C multiplexers"
 	depends on DM_I2C
 	help
 	  This enables I2C buses to be multiplexed, so that you can select
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation
  2015-12-08 10:18 [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Michal Simek
@ 2015-12-08 10:18 ` Michal Simek
  2015-12-08 19:35   ` Simon Glass
  2015-12-08 19:34 ` [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Simon Glass
  1 sibling, 1 reply; 4+ messages in thread
From: Michal Simek @ 2015-12-08 10:18 UTC (permalink / raw)
  To: u-boot

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(-)

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.
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support
  2015-12-08 10:18 [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Michal Simek
  2015-12-08 10:18 ` [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation Michal Simek
@ 2015-12-08 19:34 ` Simon Glass
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-12-08 19:34 UTC (permalink / raw)
  To: u-boot

On 8 December 2015 at 03:18, Michal Simek <michal.simek@xilinx.com> wrote:
> Fix typo in command description.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/i2c/muxes/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation
  2015-12-08 10:18 ` [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation Michal Simek
@ 2015-12-08 19:35   ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-12-08 19:35 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-08 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08 10:18 [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Michal Simek
2015-12-08 10:18 ` [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation Michal Simek
2015-12-08 19:35   ` Simon Glass
2015-12-08 19:34 ` [U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.