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
Attachment:
.config.gz
Description: application/gzip