All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk
@ 2016-02-13  8:20 Masanari Iida
  2016-02-17 21:12 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2016-02-13  8:20 UTC (permalink / raw)
  To: linux-kernel, corbet, kgene.kim, ben-linux, rdunlap; +Cc: Masanari Iida

This patch fix a spelling typo found in clksrc-change-registers.awk.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/arm/Samsung/clksrc-change-registers.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm/Samsung/clksrc-change-registers.awk b/Documentation/arm/Samsung/clksrc-change-registers.awk
index d9174fa..7be1b8a 100755
--- a/Documentation/arm/Samsung/clksrc-change-registers.awk
+++ b/Documentation/arm/Samsung/clksrc-change-registers.awk
@@ -41,7 +41,7 @@ function find_length(f)
     else if (f ~ /0xf/)
 	return 4
 
-    printf "unknown legnth " f "\n" > "/dev/stderr"
+    printf "unknown length " f "\n" > "/dev/stderr"
     exit
 }
 
-- 
2.7.1.287.g4943984

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

* Re: [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk
  2016-02-13  8:20 [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk Masanari Iida
@ 2016-02-17 21:12 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2016-02-17 21:12 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, kgene.kim, ben-linux, rdunlap

On Sat, 13 Feb 2016 17:20:01 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fix a spelling typo found in clksrc-change-registers.awk.

Applied to the docs tree, thanks.

jon

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

end of thread, other threads:[~2016-02-17 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-13  8:20 [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk Masanari Iida
2016-02-17 21:12 ` Jonathan Corbet

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.