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>
This commit is contained in:
Родитель
3dcbd6f578
Коммит
2c9abf808a
|
@ -72,7 +72,7 @@ struct pinctrl {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct pinctrl_state - a pinctrl state for a device
|
* 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
|
* @name: the name of this state
|
||||||
* @settings: a list of settings for this state
|
* @settings: a list of settings for this state
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче