projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dcbd6f
)
pinctrl: fix typo in header
author
Richard Genoud
<richard.genoud@gmail.com>
Mon, 25 Mar 2013 14:47:20 +0000
(15:47 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 27 Mar 2013 22:12:48 +0000
(23:12 +0100)
Clearly, "node" was meant instead of "not"
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.h
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/core.h
b/drivers/pinctrl/core.h
index
ee72f1f
..
6d3d400
100644
(file)
--- a/
drivers/pinctrl/core.h
+++ b/
drivers/pinctrl/core.h
@@
-72,7
+72,7
@@
struct pinctrl {
/**
* struct pinctrl_state - a pinctrl state for a device
- * @node: list no
t
for struct pinctrl's @states field
+ * @node: list no
de
for struct pinctrl's @states field
* @name: the name of this state
* @settings: a list of settings for this state
*/