All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kconfig: fix typo 'parition'
@ 2018-08-13  9:34 Simon Goldschmidt
  2018-08-13 10:46 ` Dr. Philipp Tomsich
  2018-08-16  7:44 ` [U-Boot] [PATCH v2] " Simon Goldschmidt
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Goldschmidt @ 2018-08-13  9:34 UTC (permalink / raw)
  To: u-boot

%s/parition/partition

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

---

 common/spl/Kconfig        | 2 +-
 drivers/i2c/muxes/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 0ad1e049a9..b44b7412fd 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -409,7 +409,7 @@ config SPL_LIBCOMMON_SUPPORT
 	  an SPL build.
 
 config SPL_LIBDISK_SUPPORT
-	bool "Support disk paritions"
+	bool "Support disk partitions"
 	help
 	  Enable support for disk partitions within SPL. 'Disk' is something
 	  of a misnomer as it includes non-spinning media such as flash (as
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 156380c1cc..b0da67ce2c 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -31,7 +31,7 @@ config I2C_MUX_PCA954x
 	help
 	  If you say yes here you get support for the TI PCA954x
 	  I2C mux/switch devices. It is x width I2C multiplexer which enables to
-	  paritioning I2C bus and connect multiple devices with the same address
+	  partitioning I2C bus and connect multiple devices with the same address
 	  to the same I2C controller where driver handles proper routing to
 	  target i2c device. PCA9544 and PCA9548 are supported.
 
-- 
2.17.1

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

* [U-Boot] [PATCH] kconfig: fix typo 'parition'
  2018-08-13  9:34 [U-Boot] [PATCH] kconfig: fix typo 'parition' Simon Goldschmidt
@ 2018-08-13 10:46 ` Dr. Philipp Tomsich
  2018-08-13 13:25   ` Simon Goldschmidt
  2018-08-16  7:44 ` [U-Boot] [PATCH v2] " Simon Goldschmidt
  1 sibling, 1 reply; 6+ messages in thread
From: Dr. Philipp Tomsich @ 2018-08-13 10:46 UTC (permalink / raw)
  To: u-boot


> On 13 Aug 2018, at 11:34, Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> wrote:
> 
> %s/parition/partition

Make this a whole sentence to make it easier to read.

> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] [PATCH] kconfig: fix typo 'parition'
  2018-08-13 10:46 ` Dr. Philipp Tomsich
@ 2018-08-13 13:25   ` Simon Goldschmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Goldschmidt @ 2018-08-13 13:25 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 13, 2018 at 12:46 PM Dr. Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
>
>
> > On 13 Aug 2018, at 11:34, Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> wrote:
> >
> > %s/parition/partition
>
> Make this a whole sentence to make it easier to read.

Sure I can. I was only following example of other such patches...

Simon

> >
> > Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>

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

* [U-Boot] [PATCH v2] kconfig: fix typo 'parition'
  2018-08-13  9:34 [U-Boot] [PATCH] kconfig: fix typo 'parition' Simon Goldschmidt
  2018-08-13 10:46 ` Dr. Philipp Tomsich
@ 2018-08-16  7:44 ` Simon Goldschmidt
  2018-08-16  7:58   ` Dr. Philipp Tomsich
  2018-08-17 13:56   ` [U-Boot] [U-Boot,v2] " Tom Rini
  1 sibling, 2 replies; 6+ messages in thread
From: Simon Goldschmidt @ 2018-08-16  7:44 UTC (permalink / raw)
  To: u-boot

Replaced misspelled words "parition"/"paritioning" (missing 't') in two
Kconfig files by correct words "partition"/"partitioning"

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
---

Changes in v2:
- Improve commit message

 common/spl/Kconfig        | 2 +-
 drivers/i2c/muxes/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 0ad1e049a9..b44b7412fd 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -409,7 +409,7 @@ config SPL_LIBCOMMON_SUPPORT
 	  an SPL build.
 
 config SPL_LIBDISK_SUPPORT
-	bool "Support disk paritions"
+	bool "Support disk partitions"
 	help
 	  Enable support for disk partitions within SPL. 'Disk' is something
 	  of a misnomer as it includes non-spinning media such as flash (as
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 156380c1cc..b0da67ce2c 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -31,7 +31,7 @@ config I2C_MUX_PCA954x
 	help
 	  If you say yes here you get support for the TI PCA954x
 	  I2C mux/switch devices. It is x width I2C multiplexer which enables to
-	  paritioning I2C bus and connect multiple devices with the same address
+	  partitioning I2C bus and connect multiple devices with the same address
 	  to the same I2C controller where driver handles proper routing to
 	  target i2c device. PCA9544 and PCA9548 are supported.
 
-- 
2.17.1

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

* [U-Boot] [PATCH v2] kconfig: fix typo 'parition'
  2018-08-16  7:44 ` [U-Boot] [PATCH v2] " Simon Goldschmidt
@ 2018-08-16  7:58   ` Dr. Philipp Tomsich
  2018-08-17 13:56   ` [U-Boot] [U-Boot,v2] " Tom Rini
  1 sibling, 0 replies; 6+ messages in thread
From: Dr. Philipp Tomsich @ 2018-08-16  7:58 UTC (permalink / raw)
  To: u-boot


> On 16 Aug 2018, at 09:44, Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> wrote:
> 
> Replaced misspelled words "parition"/"paritioning" (missing 't') in two
> Kconfig files by correct words "partition"/"partitioning"
> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] [U-Boot,v2] kconfig: fix typo 'parition'
  2018-08-16  7:44 ` [U-Boot] [PATCH v2] " Simon Goldschmidt
  2018-08-16  7:58   ` Dr. Philipp Tomsich
@ 2018-08-17 13:56   ` Tom Rini
  1 sibling, 0 replies; 6+ messages in thread
From: Tom Rini @ 2018-08-17 13:56 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 16, 2018 at 09:44:55AM +0200, Simon Goldschmidt wrote:

> Replaced misspelled words "parition"/"paritioning" (missing 't') in two
> Kconfig files by correct words "partition"/"partitioning"
> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180817/fd19fd42/attachment.sig>

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

end of thread, other threads:[~2018-08-17 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13  9:34 [U-Boot] [PATCH] kconfig: fix typo 'parition' Simon Goldschmidt
2018-08-13 10:46 ` Dr. Philipp Tomsich
2018-08-13 13:25   ` Simon Goldschmidt
2018-08-16  7:44 ` [U-Boot] [PATCH v2] " Simon Goldschmidt
2018-08-16  7:58   ` Dr. Philipp Tomsich
2018-08-17 13:56   ` [U-Boot] [U-Boot,v2] " Tom Rini

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.