Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306969

RE: [Intel-wired-lan] [PATCH] igb: constify e1000_phy_operations structure

From "Brown, Aaron F" <aaron.f.brown@intel.com>
Newsgroups linux.kernel
Subject RE: [Intel-wired-lan] [PATCH] igb: constify e1000_phy_operations structure
Date 2016-01-12 04:50 +0100
Message-ID <qPY81-3Kg-3@gated-at.bofh.it> (permalink)
References <qMKNX-1WK-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> From: Intel-wired-lan [intel-wired-lan-bounces@lists.osuosl.org] on behalf of Julia Lawall [Julia.Lawall@lip6.fr]
> Sent: Saturday, January 02, 2016 10:44 PM
> To: Kirsher, Jeffrey T
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org; intel-wired-lan@lists.osuosl.org; netdev@vger.kernel.org
> Subject: [Intel-wired-lan] [PATCH] igb: constify e1000_phy_operations   structure
> 
> This e1000_phy_operations structure is never modified, so declare it as
> const.  Other structures of this type are already const.
> 
> Done with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> ---
>  drivers/net/ethernet/intel/igb/e1000_82575.c |    2 +-
>  drivers/net/ethernet/intel/igb/e1000_hw.h    |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Tested-by: Aaron Brown <aaron.f.brown@intel.com>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] igb: constify e1000_phy_operations structure Julia Lawall <Julia.Lawall@lip6.fr> - 2016-01-03 08:00 +0100
  RE: [Intel-wired-lan] [PATCH] igb: constify e1000_phy_operations  structure "Brown, Aaron F" <aaron.f.brown@intel.com> - 2016-01-12 04:50 +0100

csiph-web