[U-Boot] [PATCH] GPIO: Correct doc typo "confguration" -> "configuration"

Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
---
Since it's just inline doc, should have no runtime effects.
diff --git a/drivers/gpio/db8500_gpio.c b/drivers/gpio/db8500_gpio.c index db32db6..eefb56d 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

On Mon, Feb 06, 2017 at 07:11:41AM -0500, Robert P. J. Day wrote:
Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
Applied to u-boot/master, thanks!
participants (2)
-
Robert P. J. Day
-
Tom Rini