Commit 2c9abf80 authored by Richard Genoud's avatar Richard Genoud Committed by Linus Walleij

pinctrl: fix typo in header

Clearly, "node" was meant instead of "not"
Signed-off-by: default avatarRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3dcbd6f5
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment