Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1333288 > unrolled thread

[PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk

Started byMasanari Iida <standby24x7@gmail.com>
First post2016-02-13 09:30 +0100
Last post2016-02-17 22:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk Masanari Iida <standby24x7@gmail.com> - 2016-02-13 09:30 +0100
    Re: [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk Jonathan Corbet <corbet@lwn.net> - 2016-02-17 22:20 +0100

#1333288 — [PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk

FromMasanari Iida <standby24x7@gmail.com>
Date2016-02-13 09:30 +0100
Subject[PATCH] Doc: ARM: Fix a typo in clksrc-change-registers.awk
Message-ID<r1DKy-2em-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1336767

FromJonathan Corbet <corbet@lwn.net>
Date2016-02-17 22:20 +0100
Message-ID<r3hFT-3GO-3@gated-at.bofh.it>
In reply to#1333288
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web