mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
GPIO: Correct doc typo "confguration" -> "configuration"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
55c854c612
commit
7582ddce13
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void db8500_gpio_set_output(unsigned gpio, int val)
|
|||
|
||||
/**
|
||||
* config_pin - configure a pin's mux attributes
|
||||
* @cfg: pin confguration
|
||||
* @cfg: pin configuration
|
||||
*
|
||||
* Configures a pin's mode (alternate function or GPIO), its pull up status,
|
||||
* and its sleep mode based on the specified configuration. The @cfg is
|
||||
|
|
Loading…
Add table
Reference in a new issue