netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] qlcnic: fix error reported by test robot
@ 2013-01-03  9:10 Sony Chacko
  2013-01-03  9:10 ` [PATCH 1/1] qlcnic: fix build error Sony Chacko
  0 siblings, 1 reply; 3+ messages in thread
From: Sony Chacko @ 2013-01-03  9:10 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Sony Chacko

From: Sony Chacko <sony.chacko@qlogic.com>

0001-qlcnic-fix-build-error.patch

The above patch fixes the error reported by kbuild test robot.
static declaration of 'qlcnic_restore_indev_addr' follows
non-static declaration.

Please apply to net-next.

Thanks,
Sony

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

* [PATCH 1/1] qlcnic: fix build error
  2013-01-03  9:10 [PATCH 0/1] qlcnic: fix error reported by test robot Sony Chacko
@ 2013-01-03  9:10 ` Sony Chacko
  2013-01-03  9:51   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Sony Chacko @ 2013-01-03  9:10 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Sony Chacko

From: Sony Chacko <sony.chacko@qlogic.com>

Fix the following error reported by kbuild test robot.
static declaration of 'qlcnic_restore_indev_addr' follows
non-static declaration.

Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
index e1a3625..7d13aec 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
@@ -3299,8 +3299,7 @@ static struct notifier_block qlcnic_inetaddr_cb = {
 	.notifier_call = qlcnic_inetaddr_event,
 };
 #else
-static void
-qlcnic_restore_indev_addr(struct net_device *dev, unsigned long event)
+void qlcnic_restore_indev_addr(struct net_device *dev, unsigned long event)
 { }
 #endif
 static struct pci_error_handlers qlcnic_err_handler = {
-- 
1.7.1

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

* Re: [PATCH 1/1] qlcnic: fix build error
  2013-01-03  9:10 ` [PATCH 1/1] qlcnic: fix build error Sony Chacko
@ 2013-01-03  9:51   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2013-01-03  9:51 UTC (permalink / raw)
  To: sony.chacko; +Cc: netdev, Dept_NX_Linux_NIC_Driver

From: Sony Chacko <sony.chacko@qlogic.com>
Date: Thu,  3 Jan 2013 04:10:15 -0500

> From: Sony Chacko <sony.chacko@qlogic.com>
> 
> Fix the following error reported by kbuild test robot.
> static declaration of 'qlcnic_restore_indev_addr' follows
> non-static declaration.
> 
> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
> Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>

Applied.

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

end of thread, other threads:[~2013-01-03  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  9:10 [PATCH 0/1] qlcnic: fix error reported by test robot Sony Chacko
2013-01-03  9:10 ` [PATCH 1/1] qlcnic: fix build error Sony Chacko
2013-01-03  9:51   ` David Miller

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).