Skip to content

Commit

Permalink
pinctrl: fix typo in header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Genoud authored and Linus Walleij committed Mar 27, 2013
1 parent 3dcbd6f commit 2c9abf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 2c9abf8

Please sign in to comment.