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:
dbe7f76
)
fix typo "sort" -> "short"
author
Uwe Kleine-König
<ukleinek@informatik.uni-freiburg.de>
Fri, 19 Oct 2007 23:55:58 +0000
(
01:55
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 23:55:58 +0000
(
01:55
+0200)
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/leds/leds-s3c24xx.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-s3c24xx.c
b/drivers/leds/leds-s3c24xx.c
index 50914439d861d74072bf9af8d7ac0024469eb2fe..0fd640751294ae143be658800fdffc7e1430da44 100644
(file)
--- a/
drivers/leds/leds-s3c24xx.c
+++ b/
drivers/leds/leds-s3c24xx.c
@@
-43,7
+43,7
@@
static void s3c24xx_led_set(struct led_classdev *led_cdev,
struct s3c24xx_gpio_led *led = to_gpio(led_cdev);
struct s3c24xx_led_platdata *pd = led->pdata;
- /* there will be a sort delay between setting the output and
+ /* there will be a s
h
ort delay between setting the output and
* going from output to input when using tristate. */
s3c2410_gpio_setpin(pd->gpio, (value ? 1 : 0) ^