Re: [E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_ to

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 8 +++ > drivers/net/

Re: [E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_ to

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/net/ethernet/intel/e100.c | 4 ++-- > 1 file changed, 2 insertions

Re: [E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_ to

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 ++-- > 1 file chang

Re: [E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_ to

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/net/ethernet/intel/igb/igb_main.c | 12 ++-- > 1 file chan

Re: [E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_ to

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/net/ethernet/intel/igbvf/netdev.c | 4 ++-- > 1 file changed, 2 in

Re: [E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_ to

2014-03-12 Thread David Miller
From: Joe Perches Date: Wed, 12 Mar 2014 10:22:33 -0700 > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches Will let the Intel folks pick this up. --

Re: [E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_ to

2014-03-12 Thread David Miller
From: Joe Perches Date: Wed, 12 Mar 2014 10:22:31 -0700 > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches Will let the Intel folks pick this up. --

Re: [E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_ to

2014-03-12 Thread David Miller
From: Joe Perches Date: Wed, 12 Mar 2014 10:22:32 -0700 > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches Will let the Intel folks pick this up. -

Re: [E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_ to

2014-03-12 Thread David Miller
From: Joe Perches Date: Wed, 12 Mar 2014 10:22:34 -0700 > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches Will let the Intel folks pick this up. -

Re: [E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_ to

2014-03-12 Thread David Miller
From: Joe Perches Date: Wed, 12 Mar 2014 10:22:35 -0700 > The use of __constant_ has been unnecessary for quite awhile now. > > Make these uses consistent with the rest of the kernel. > > Signed-off-by: Joe Perches Will let the Intel folks pick this up. --

[E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
The use of __constant_ has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 8 +++ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 30 +-- 2

[E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
The use of __constant_ has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/igbvf/netdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/i

[E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
The use of __constant_ has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/e100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/e100.c b

[E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
The use of __constant_ has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/igb/igb_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/etherne

[E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
The use of __constant_ has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet

[E1000-devel] [PATCH net-next 0/9] drivers/net: Convert uses of __constant_ to

2014-03-12 Thread Joe Perches
Joe Perches (9): brocade: Convert uses of __constant_ to e100: Convert uses of __constant_ to igb: Convert uses of __constant_ to igbvf: Convert uses of __constant_ to ixgbe: Convert uses of __constant_ to ixgbevf: Convert uses of __constant_ to xilinx: Convert uses of __constan