public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Kok, Auke" <auke-jan.h.kok@intel•com>
To: Adrian Bunk <bunk@kernel•org>
Cc: Jeff Garzik <jeff@garzik•org>,
	e1000-devel@lists•sourceforge.net, netdev@vger•kernel.org,
	jesse.brandeburg@intel•com, linux-kernel@vger•kernel.org,
	john.ronciak@intel•com, jeffrey.t.kirsher@intel•com
Subject: Re: [2.6 patch] make e1000_dump_eeprom() static
Date: Wed, 30 Jan 2008 13:52:11 -0800	[thread overview]
Message-ID: <47A0F18B.109@intel.com> (raw)
In-Reply-To: <20080130200245.GZ29368@does.not.exist>

Adrian Bunk wrote:
> This patch makes the needlessly global e1000_dump_eeprom() static.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel•org>

yes, thanks, I'll push it to Jeff.

Auke

> 
> ---
> b5fd924a1388d4aaa94cf05e42e317c2b1fb5748 
> diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c
> index 7f5b2ae..8a6645b 100644
> --- a/drivers/net/e1000/e1000_main.c
> +++ b/drivers/net/e1000/e1000_main.c
> @@ -820,7 +820,7 @@ e1000_reset(struct e1000_adapter *adapter)
>  /**
>   *  Dump the eeprom for users having checksum issues
>   **/
> -void e1000_dump_eeprom(struct e1000_adapter *adapter)
> +static void e1000_dump_eeprom(struct e1000_adapter *adapter)
>  {
>  	struct net_device *netdev = adapter->netdev;
>  	struct ethtool_eeprom eeprom;
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

      reply	other threads:[~2008-01-30 21:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-30 20:02 [2.6 patch] make e1000_dump_eeprom() static Adrian Bunk
2008-01-30 21:52 ` Kok, Auke [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=47A0F18B.109@intel.com \
    --to=auke-jan.h.kok@intel$(echo .)com \
    --cc=bunk@kernel$(echo .)org \
    --cc=e1000-devel@lists$(echo .)sourceforge.net \
    --cc=jeff@garzik$(echo .)org \
    --cc=jeffrey.t.kirsher@intel$(echo .)com \
    --cc=jesse.brandeburg@intel$(echo .)com \
    --cc=john.ronciak@intel$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox