Message ID | 20160521115239.5917-1-andrea.gelmini@gelma.net (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/arch/arm/plat-samsung/include/plat/gpio-cfg.h b/arch/arm/plat-samsung/include/plat/gpio-cfg.h index b5294ef..21391fa 100644 --- a/arch/arm/plat-samsung/include/plat/gpio-cfg.h +++ b/arch/arm/plat-samsung/include/plat/gpio-cfg.h @@ -35,7 +35,7 @@ struct samsung_gpio_chip; * struct samsung_gpio_cfg GPIO configuration * @cfg_eint: Configuration setting when used for external interrupt source * @get_pull: Read the current pull configuration for the GPIO - * @set_pull: Set the current pull configuraiton for the GPIO + * @set_pull: Set the current pull configuration for the GPIO * @set_config: Set the current configuration for the GPIO * @get_config: Read the current configuration for the GPIO *
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)