* [KJ] [patch] [trivial] drivers/video: Use char foo[] instead of
@ 2007-10-11 7:54 Kev Jackson
0 siblings, 0 replies; only message in thread
From: Kev Jackson @ 2007-10-11 7:54 UTC (permalink / raw)
To: kernel-janitors
From: Kev Jackson <foamdino@gmail.com>
-Use char foo[] instead of char *foo as per kernel janitors TODO list
Signed-off-by: Kev Jackson <foamdino@gmail.com>
---
savagefb_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/savage/savagefb_driver.c b/drivers/video/savage/savagefb_driver.c
index b855f4a..ffde49a 100644
--- a/drivers/video/savage/savagefb_driver.c
+++ b/drivers/video/savage/savagefb_driver.c
@@ -1999,7 +1999,7 @@ static int savage_init_hw(struct savagefb_par *par)
int panelY = (VGArSEQ(0x69, par) +
((VGArSEQ(0x6e, par) & 0x70) << 4) + 1);
- char * sTechnology = "Unknown";
+ char sTechnology[] = "Unknown";
/* OK, I admit it. I don't know how to limit the max dot clock
* for LCD panels of various sizes. I thought I copied the
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-11 7:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-11 7:54 [KJ] [patch] [trivial] drivers/video: Use char foo[] instead of Kev Jackson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.