All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [patch] drivers/net/myri_code.h cleanup
@ 2004-11-17 16:06 Domen Puncer
  0 siblings, 0 replies; only message in thread
From: Domen Puncer @ 2004-11-17 16:06 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

Hi.

A >100k gzipped patch attached.


 myri_code.h | 1283 ------------------------------------------------------------
 1 files changed, 1 insertion(+), 1282 deletions(-)

Signed-off-by: Domen Puncer <domen@coderock.org>

Cleanup initialization to 0.

Basically it does:
-static unsigned char lanai4_data[20472] __initdata = {
-0x00,0x00,
- a bunch of zeroes
-0x00,0x00, 0x00,0x00, 0x00,0x00, } ;
+static unsigned char lanai4_data[20472] __initdata = { };

[-- Attachment #2: myri_code_cleanup.patch.gz --]
[-- Type: application/x-gunzip, Size: 755 bytes --]

[-- Attachment #3: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-17 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 16:06 [KJ] [patch] drivers/net/myri_code.h cleanup Domen Puncer

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.