lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 02 Jan 2013 19:14:58 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Sony Chacko <sony.chacko@...gic.com>
Cc:	netdev@...r.kernel.org,
	Anirban Chakraborty <anirban.chakraborty@...gic.com>
Subject: [net-next:master 43/51]
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c:3290:1: error: static
 declaration of 'qlcnic_restore_indev_addr' follows non-static declaration

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   dc8ba109064b1473293402921169dc96aff7e691
commit: 319ecf121e1da3d75dd1bde32fed255532e61797 [43/51] qlcnic: 83xx sysfs routines
config: i386-randconfig-b985 (attached as .config)

All error/warnings:

drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c:3290:1: error: static declaration of 'qlcnic_restore_indev_addr' follows non-static declaration
In file included from drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c:17:0:
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:1476:6: note: previous declaration of 'qlcnic_restore_indev_addr' was here
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c:3290:1: warning: 'qlcnic_restore_indev_addr' defined but not used [-Wunused-function]

vim +/qlcnic_restore_indev_addr +3290 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c

af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3284  
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3285  static struct notifier_block qlcnic_inetaddr_cb = {
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3286  	.notifier_call = qlcnic_inetaddr_event,
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3287  };
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3288  #else
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3289  static void
aec1e845 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-09-16 @3290  qlcnic_restore_indev_addr(struct net_device *dev, unsigned long event)
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3291  { }
af19b491 drivers/net/qlcnic/qlcnic_main.c                 Amit Kumar Salecha 2010-01-13  3292  #endif
63507592 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c Shahed Shaikh      2012-11-23  3293  static struct pci_error_handlers qlcnic_err_handler = {

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation

View attachment ".config" of type "text/plain" (72951 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ