LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] 2.6.25-rc3-git5 Build fails on s390x
@ 2008-03-04 11:38 Kamalesh Babulal
2008-03-04 12:09 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2008-03-04 11:38 UTC (permalink / raw)
To: linux-kernel; +Cc: linux390, linux-s390, apw
The 2.6.25-rc3-git5 kernel build fails on s390x with
drivers/s390/char/defkeymap.c:155: error: missing terminating ' character
drivers/s390/char/defkeymap.c:156: error: syntax error before ';' token
make[2]: *** [drivers/s390/char/defkeymap.o] Error 1
make[1]: *** [drivers/s390/char] Error 2
make: *** [drivers/s390] Error 2
I have tested the patch for build failure only.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
--
diff --git a/drivers/s390/char/defkeymap.c b/drivers/s390/char/defkeymap.c
index 9692d6a..07c7f31 100644
--- a/drivers/s390/char/defkeymap.c
+++ b/drivers/s390/char/defkeymap.c
@@ -152,7 +152,7 @@ char *func_table[MAX_NR_FUNC] = {
struct kbdiacruc accent_table[MAX_DIACR] = {
{'^', 'c', 0003}, {'^', 'd', 0004},
- {'^', 'z', 0032}, {'^', 0012', 0000},
+ {'^', 'z', 0032}, {'^', 0012, 0000},
};
unsigned int accent_table_size = 4;
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.6.25-rc3-git5 Build fails on s390x
2008-03-04 11:38 [PATCH] 2.6.25-rc3-git5 Build fails on s390x Kamalesh Babulal
@ 2008-03-04 12:09 ` Martin Schwidefsky
0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2008-03-04 12:09 UTC (permalink / raw)
To: Kamalesh Babulal; +Cc: linux-kernel, linux390, linux-s390, apw
On Tue, 2008-03-04 at 17:08 +0530, Kamalesh Babulal wrote:
> The 2.6.25-rc3-git5 kernel build fails on s390x with
>
> drivers/s390/char/defkeymap.c:155: error: missing terminating ' character
> drivers/s390/char/defkeymap.c:156: error: syntax error before ';' token
> make[2]: *** [drivers/s390/char/defkeymap.o] Error 1
> make[1]: *** [drivers/s390/char] Error 2
> make: *** [drivers/s390] Error 2
>
> I have tested the patch for build failure only.
>
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Added to the queue with a small change to the description.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-04 12:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-04 11:38 [PATCH] 2.6.25-rc3-git5 Build fails on s390x Kamalesh Babulal
2008-03-04 12:09 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).