diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2013-03-25 15:47:20 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-27 23:12:48 +0100 |
commit | 2c9abf808a81e2b2b61f6e05ec1554669aab3b19 (patch) | |
tree | afc40215c47278c0de2c14bb0c56ba90a027ccca | |
parent | 3dcbd6f5789839c7fea8841088ed3a28688f81ed (diff) | |
download | blackbird-op-linux-2c9abf808a81e2b2b61f6e05ec1554669aab3b19.tar.gz blackbird-op-linux-2c9abf808a81e2b2b61f6e05ec1554669aab3b19.zip |
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 { /** * struct pinctrl_state - a pinctrl state for a device - * @node: list not for struct pinctrl's @states field + * @node: list node for struct pinctrl's @states field * @name: the name of this state * @settings: a list of settings for this state */ |