projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/drivers/pinctrl/core.h
b/drivers/pinctrl/core.h
index ee72f1f6d86239ac91ba6e29be716356502ced5b..6d3d40036d1bef27f9ece1349d33bad3e59bae9f 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
*/