diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2013-03-25 10:47:20 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-27 18:12:48 -0400 |
commit | 2c9abf808a81e2b2b61f6e05ec1554669aab3b19 (patch) | |
tree | afc40215c47278c0de2c14bb0c56ba90a027ccca | |
parent | 3dcbd6f5789839c7fea8841088ed3a28688f81ed (diff) |
pinctrl: fix typo in header
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>
-rw-r--r-- | drivers/pinctrl/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/core.h b/drivers/pinctrl/core.h index ee72f1f6d862..6d3d40036d1b 100644 --- a/drivers/pinctrl/core.h +++ b/drivers/pinctrl/core.h | |||
@@ -72,7 +72,7 @@ struct pinctrl { | |||
72 | 72 | ||
73 | /** | 73 | /** |
74 | * struct pinctrl_state - a pinctrl state for a device | 74 | * struct pinctrl_state - a pinctrl state for a device |
75 | * @node: list not for struct pinctrl's @states field | 75 | * @node: list node for struct pinctrl's @states field |
76 | * @name: the name of this state | 76 | * @name: the name of this state |
77 | * @settings: a list of settings for this state | 77 | * @settings: a list of settings for this state |
78 | */ | 78 | */ |