aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-05-23 23:11:43 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-28 06:31:31 -0400
commit941439267820c6811f44f247caefe823d4e4f5cd (patch)
tree09f86f1137b610302a190b3cd7b69e27efcb9014 /arch
parent0639b93d00812dc6a7c925a41ce3610d28f73d4e (diff)
ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()
Fix typo in s3c_gpio_cfgpin() documentation, the second argument is @to not @pin again. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-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 34efdd2b032c..46838232b46a 100644
--- a/arch/arm/plat-samsung/include/plat/gpio-cfg.h
+++ b/arch/arm/plat-samsung/include/plat/gpio-cfg.h
@@ -70,7 +70,7 @@ struct s3c_gpio_cfg {
70/** 70/**
71 * s3c_gpio_cfgpin() - Change the GPIO function of a pin. 71 * s3c_gpio_cfgpin() - Change the GPIO function of a pin.
72 * @pin pin The pin number to configure. 72 * @pin pin The pin number to configure.
73 * @pin to The configuration for the pin's function. 73 * @to to The configuration for the pin's function.
74 * 74 *
75 * Configure which function is actually connected to the external 75 * Configure which function is actually connected to the external
76 * pin, such as an gpio input, output or some form of special function 76 * pin, such as an gpio input, output or some form of special function