ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, May 28, 2010 - 11:59 am

Gitweb:     http://git.kernel.org/linus/941439267820c6811f44f247caefe823d4e4f5cd
Commit:     941439267820c6811f44f247caefe823d4e4f5cd
Parent:     0639b93d00812dc6a7c925a41ce3610d28f73d4e
Author:     Ben Dooks <ben-linux@fluff.org>
AuthorDate: Mon May 24 12:11:43 2010 +0900
Committer:  Ben Dooks <ben-linux@fluff.org>
CommitDate: Fri May 28 19:31:31 2010 +0900

    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>
---
 arch/arm/plat-samsung/include/plat/gpio-cfg.h |    2 +-
 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 34efdd2..4683823 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 {
 /**
  * s3c_gpio_cfgpin() - Change the GPIO function of a pin.
  * @pin pin The pin number to configure.
- * @pin to The configuration for the pin's function.
+ * @to to The configuration for the pin's function.
  *
  * Configure which function is actually connected to the external
  * pin, such as an gpio input, output or some form of special function
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin(), Linux Kernel Mailing ..., (Fri May 28, 11:59 am)