All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i2c: Spelling s/propoerty/property/
@ 2016-03-15 16:51 Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 1/3] i2c: imx: " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-03-15 16:51 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Geert Uytterhoeven

	Hi Wolfram,

This series fixes the misspelling of "property", which is spreading in
the i2c drivers. Let's stop it ;-)

Geert Uytterhoeven (3):
  i2c: imx: Spelling s/propoerty/property/
  i2c: rcar: Spelling s/propoerty/property/
  i2c: sirf: Spelling s/propoerty/property/

 Documentation/devicetree/bindings/i2c/i2c-imx.txt  | 2 +-
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 2 +-
 Documentation/devicetree/bindings/i2c/i2c-sirf.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 1/3] i2c: imx: Spelling s/propoerty/property/
  2016-03-15 16:51 [PATCH 0/3] i2c: Spelling s/propoerty/property/ Geert Uytterhoeven
@ 2016-03-15 16:51 ` Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 2/3] i2c: rcar: " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-03-15 16:51 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/i2c/i2c-imx.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.txt b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
index eab5836ba7f98a10..b967544590e804c4 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
@@ -11,7 +11,7 @@ Required properties:
 
 Optional properties:
 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
-  The absence of the propoerty indicates the default frequency 100 kHz.
+  The absence of the property indicates the default frequency 100 kHz.
 - dmas: A list of two dma specifiers, one for each entry in dma-names.
 - dma-names: should contain "tx" and "rx".
 - scl-gpios: specify the gpio related to SCL pin
-- 
1.9.1

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

* [PATCH 2/3] i2c: rcar: Spelling s/propoerty/property/
  2016-03-15 16:51 [PATCH 0/3] i2c: Spelling s/propoerty/property/ Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 1/3] i2c: imx: " Geert Uytterhoeven
@ 2016-03-15 16:51 ` Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 3/3] i2c: sirf: " Geert Uytterhoeven
  2016-03-18  9:29 ` [PATCH 0/3] i2c: " Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-03-15 16:51 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 95e97223a71c8300..cf8bfc956cdcea64 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -17,7 +17,7 @@ Required properties:
 
 Optional properties:
 - clock-frequency: desired I2C bus clock frequency in Hz. The absence of this
-  propoerty indicates the default frequency 100 kHz.
+  property indicates the default frequency 100 kHz.
 - clocks: clock specifier.
 
 - i2c-scl-falling-time-ns: see i2c.txt
-- 
1.9.1

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

* [PATCH 3/3] i2c: sirf: Spelling s/propoerty/property/
  2016-03-15 16:51 [PATCH 0/3] i2c: Spelling s/propoerty/property/ Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 1/3] i2c: imx: " Geert Uytterhoeven
  2016-03-15 16:51 ` [PATCH 2/3] i2c: rcar: " Geert Uytterhoeven
@ 2016-03-15 16:51 ` Geert Uytterhoeven
  2016-03-18  9:29 ` [PATCH 0/3] i2c: " Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-03-15 16:51 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/i2c/i2c-sirf.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-sirf.txt b/Documentation/devicetree/bindings/i2c/i2c-sirf.txt
index 7baf9e133fa8670c..2701eefb00f77c9f 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-sirf.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-sirf.txt
@@ -8,7 +8,7 @@ Required properties :
 
 Optional properties:
 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
-  The absence of the propoerty indicates the default frequency 100 kHz.
+  The absence of the property indicates the default frequency 100 kHz.
 
 Examples :
 
-- 
1.9.1

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

* Re: [PATCH 0/3] i2c: Spelling s/propoerty/property/
  2016-03-15 16:51 [PATCH 0/3] i2c: Spelling s/propoerty/property/ Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2016-03-15 16:51 ` [PATCH 3/3] i2c: sirf: " Geert Uytterhoeven
@ 2016-03-18  9:29 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2016-03-18  9:29 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-i2c

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]


> This series fixes the misspelling of "property", which is spreading in
> the i2c drivers. Let's stop it ;-)

Ohh, that was so nice pro-poetry, eh, pro-poerty, ah, wait...

> Geert Uytterhoeven (3):
>   i2c: imx: Spelling s/propoerty/property/
>   i2c: rcar: Spelling s/propoerty/property/
>   i2c: sirf: Spelling s/propoerty/property/

Squashed into one and applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-03-18  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 16:51 [PATCH 0/3] i2c: Spelling s/propoerty/property/ Geert Uytterhoeven
2016-03-15 16:51 ` [PATCH 1/3] i2c: imx: " Geert Uytterhoeven
2016-03-15 16:51 ` [PATCH 2/3] i2c: rcar: " Geert Uytterhoeven
2016-03-15 16:51 ` [PATCH 3/3] i2c: sirf: " Geert Uytterhoeven
2016-03-18  9:29 ` [PATCH 0/3] i2c: " Wolfram Sang

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.