projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0639b93
)
ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 24 May 2010 03:11:43 +0000
(12:11 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Fri, 28 May 2010 10:31:31 +0000
(19:31 +0900)
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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/include/plat/gpio-cfg.h
b/arch/arm/plat-samsung/include/plat/gpio-cfg.h
index 34efdd2b032c718e94777a9286a8f0c4f41dd4d3..46838232b46a8c97954ea256e011390a166ec1fb 100644
(file)
--- 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