netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] igb: make sensor info static
@ 2013-03-16 16:56 Stephen Hemminger
  2013-03-20  0:48 ` Jeff Kirsher
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2013-03-16 16:56 UTC (permalink / raw)
  To: Jeff Kirsher; +Cc: e1000-devel, netdev

Trivial sparse warning.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/drivers/net/ethernet/intel/igb/igb_hwmon.c	2013-03-14 14:22:58.135958283 -0700
+++ b/drivers/net/ethernet/intel/igb/igb_hwmon.c	2013-03-16 09:44:46.455461525 -0700
@@ -39,7 +39,7 @@
 #include <linux/pci.h>
 
 #ifdef CONFIG_IGB_HWMON
-struct i2c_board_info i350_sensor_info = {
+static struct i2c_board_info i350_sensor_info = {
 	I2C_BOARD_INFO("i350bb", (0Xf8 >> 1)),
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] igb: make sensor info static
  2013-03-16 16:56 [PATCH] igb: make sensor info static Stephen Hemminger
@ 2013-03-20  0:48 ` Jeff Kirsher
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Kirsher @ 2013-03-20  0:48 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: e1000-devel, netdev

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

On Sat, 2013-03-16 at 09:56 -0700, Stephen Hemminger wrote:
> Trivial sparse warning.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> 

Thanks Stephen, it has been added to my queue

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-20  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 16:56 [PATCH] igb: make sensor info static Stephen Hemminger
2013-03-20  0:48 ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).