All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: akpm@osdl.org, domen@coderock.org
Cc: davem@davemloft.net, netdev@oss.sgi.com
Subject: Re: [patch 03/13] drivers/net/myri_code.h cleanup
Date: Tue, 22 Mar 2005 17:49:30 -0500	[thread overview]
Message-ID: <4240A0FA.90807@pobox.com> (raw)
In-Reply-To: <200503152222.j2FMMZ1i016799@shell0.pdx.osdl.net>

akpm@osdl.org wrote:
> From: Domen Puncer <domen@coderock.org>
> 
> Replace
> 
> 	static unsigned char lanai4_data[20472] __initdata = {
> 		<thousands of 0x00's>
> 	}
> 
> with
> 
> 	static unsigned char lanai4_data[20472] __initdata = { };

Proper change:  Don't bother with an initializer at all.  it's static.

	Jeff

      reply	other threads:[~2005-03-22 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-15 22:22 [patch 03/13] drivers/net/myri_code.h cleanup akpm
2005-03-22 22:49 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4240A0FA.90807@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --cc=domen@coderock.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.