Browse Source

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>
Richard Genoud 12 years ago
parent
commit
2c9abf808a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pinctrl/core.h

+ 1 - 1
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
  */