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


Groups > linux.kernel > #1304260

Re: [PATCH] ixgbe: constify ixgbe_mbx_operations structure

From Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ixgbe: constify ixgbe_mbx_operations structure
Date 2016-01-08 09:30 +0100
Message-ID <qOAAN-45F-7@gated-at.bofh.it> (permalink)
References <qMKXE-2eY-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote:
> This ixgbe_mbx_operations structure is never modified, so declare it
> as
> const.  The other structure of this type is already const.
> 
> Done with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c  |    2 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |    2 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Dropping this patch since Mark has provided a more in-depth patch to
fix the entire driver.

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


Thread

[PATCH] ixgbe: constify ixgbe_mbx_operations structure Julia Lawall <Julia.Lawall@lip6.fr> - 2016-01-03 08:10 +0100
  Re: [PATCH] ixgbe: constify ixgbe_mbx_operations structure Jeff Kirsher <jeffrey.t.kirsher@intel.com> - 2016-01-08 09:30 +0100

csiph-web