[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201712221702.2XL5RGwS%fengguang.wu@intel.com>
Date: Fri, 22 Dec 2017 17:57:49 +0800
From: kbuild test robot <lkp@...el.com>
To: Tomer Tayar <Tomer.Tayar@...ium.com>
Cc: kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, linux-scsi@...r.kernel.org,
Tomer Tayar <Tomer.Tayar@...ium.com>,
Ariel Elior <Ariel.Elior@...ium.com>,
Michal Kalderon <Michal.Kalderon@...ium.com>,
Yuval Bason <Yuval.Bason@...ium.com>,
Ram Amrani <Ram.Amrani@...ium.com>,
Manish Chopra <Manish.Chopra@...ium.com>,
Chad Dupuis <Chad.Dupuis@...ium.com>,
Manish Rangankar <Manish.Rangankar@...ium.com>
Subject: Re: [PATCH net-next] qed*: Utilize FW 8.33.1.0
Hi Tomer,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Tomer-Tayar/qed-Utilize-FW-8-33-1-0/20171221-180506
config: x86_64-randconfig-s0-12221644 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/qlogic/qed/qed_sp_commands.c:48:0:
>> drivers/net/ethernet/qlogic/qed/qed_sriov.h:464:1: error: static declaration of 'qed_iov_is_valid_vfid' follows non-static declaration
qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
^~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/qlogic/qed/qed_sriov.h:144:6: note: previous declaration of 'qed_iov_is_valid_vfid' was here
bool qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
^~~~~~~~~~~~~~~~~~~~~
vim +/qed_iov_is_valid_vfid +464 drivers/net/ethernet/qlogic/qed/qed_sriov.h
462
463 static inline bool
> 464 qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
465 int rel_vf_id, bool b_enabled_only, bool b_non_malicious)
466 {
467 return false;
468 }
469 #endif
470
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (29104 bytes)
Powered by blists - more mailing lists