diff options
| author | Robert P. J. Day <[email protected]> | 2017-02-06 07:11:41 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-02-08 16:24:29 -0500 |
| commit | 7582ddce132390fba10822c5977cd1ab532bb1eb (patch) | |
| tree | bf6e18312996ec167743293f49bc28dba1c155cf /drivers | |
| parent | 55c854c612cc3e3aee4352576e122e41dd66b609 (diff) | |
GPIO: Correct doc typo "confguration" -> "configuration"
Signed-off-by: Robert P. J. Day <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/db8500_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/db8500_gpio.c b/drivers/gpio/db8500_gpio.c index db32db68451..eefb56d83f6 100644 --- a/drivers/gpio/db8500_gpio.c +++ b/drivers/gpio/db8500_gpio.c @@ -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 |
