summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/gpio-cfg.h
diff options
context:
space:
mode:
authorAndrea Gelmini2016-05-21 13:51:23 +0200
committerKrzysztof Kozlowski2016-05-30 09:13:11 +0200
commit40b0754c1b7260782acf1778b052d192520ad910 (patch)
treefe909711d0d68cec1b81e9efffc70d52dcf0305d /arch/arm/plat-samsung/include/plat/gpio-cfg.h
parentLinux 4.7-rc1 (diff)
downloadkernel-qcow2-linux-40b0754c1b7260782acf1778b052d192520ad910.tar.gz
kernel-qcow2-linux-40b0754c1b7260782acf1778b052d192520ad910.tar.xz
kernel-qcow2-linux-40b0754c1b7260782acf1778b052d192520ad910.zip
ARM: SAMSUNG: Fix typos
Fix some language typos in comments. Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/gpio-cfg.h')
-rw-r--r--arch/arm/plat-samsung/include/plat/gpio-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/gpio-cfg.h b/arch/arm/plat-samsung/include/plat/gpio-cfg.h
index b5294eff18b5..21391faab068 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
*