projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dfc84c
)
[ARM] pxa: fix strange characters in zaurus gpio .desc
author
Cyril Hrubis
<metan@ucw.cz>
Thu, 7 Jan 2010 20:31:04 +0000
(21:31 +0100)
committer
Eric Miao
<eric.y.miao@gmail.com>
Fri, 8 Jan 2010 01:42:45 +0000
(09:42 +0800)
Somehow, strange characters made their way zaurus gpio .desc
fields. Fix it.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Stanislav Brabec <utx@penguin.cz>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/spitz.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/spitz.c
b/arch/arm/mach-pxa/spitz.c
index 4b50f144fa48cf0cae6ec8d35b2dbcedac22e40b..28352c0b8c34548f3929c8deac255d77077188dc 100644
(file)
--- a/
arch/arm/mach-pxa/spitz.c
+++ b/
arch/arm/mach-pxa/spitz.c
@@
-389,13
+389,13
@@
static struct gpio_keys_button spitz_gpio_keys[] = {
.type = EV_SW,
.code = 0,
.gpio = SPITZ_GPIO_SWA,
- .desc = "
Display Down",
+ .desc = "Display Down",
},
{
.type = EV_SW,
.code = 1,
.gpio = SPITZ_GPIO_SWB,
- .desc = "
Lid Closed",
+ .desc = "Lid Closed",
},
};