projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b035396
)
Documentation: fix typo in CodingStyle
author
Manuel Pégourié-Gonnard
<mpg@elzevir.fr>
Mon, 28 Dec 2015 10:06:55 +0000
(11:06 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 12 Jan 2016 01:18:16 +0000
(18:18 -0700)
Simple typo: "it" for "is".
Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr>
Cc: Trivial Patch Monkey <trivial@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/CodingStyle
patch
|
blob
|
history
diff --git
a/Documentation/CodingStyle
b/Documentation/CodingStyle
index c06f817b3091cdb6e4be6e91dbbb98210177b370..db653774c0b74fe5f3a98598b5b68d6c10a20e34 100644
(file)
--- a/
Documentation/CodingStyle
+++ b/
Documentation/CodingStyle
@@
-430,7
+430,7
@@
The rationale for using gotos is:
return result;
}
-A common type of bug to be aware of i
t
"one err bugs" which look like this:
+A common type of bug to be aware of i
s
"one err bugs" which look like this:
err:
kfree(foo->bar);