pinctrl: fix typos in comment blocks of pinconfig_post_bind()
'-' is never used in function names. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
b1237c6e8a
commit
f835706c29
@ -113,7 +113,7 @@ static int pinctrl_select_state_full(struct udevice *dev, const char *statename)
|
||||
}
|
||||
|
||||
/**
|
||||
* pinconfig_post-bind() - post binding for PINCONFIG uclass
|
||||
* pinconfig_post_bind() - post binding for PINCONFIG uclass
|
||||
* Recursively bind its children as pinconfig devices.
|
||||
*
|
||||
* @dev: pinconfig device
|
||||
@ -257,7 +257,7 @@ int pinctrl_get_gpio_mux(struct udevice *dev, int banknum, int index)
|
||||
}
|
||||
|
||||
/**
|
||||
* pinconfig_post-bind() - post binding for PINCTRL uclass
|
||||
* pinconfig_post_bind() - post binding for PINCTRL uclass
|
||||
* Recursively bind child nodes as pinconfig devices in case of full pinctrl.
|
||||
*
|
||||
* @dev: pinctrl device
|
||||
|
Loading…
Reference in New Issue
Block a user