Netdev List
 help / color / mirror / Atom feed
* [net:master 25/27] drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
@ 2018-11-14 13:16 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-11-14 13:16 UTC (permalink / raw)
  To: Michal Kalderon; +Cc: kbuild-all, netdev, Denis Bolotin

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master
head:   db8ddde766adf09605b5282e7978fa0ba76c3ee3
commit: 291d57f67d2449737d1e370ab5b9a583818eaa0c [25/27] qed: Fix rdma_info structure allocation
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        git checkout 291d57f67d2449737d1e370ab5b9a583818eaa0c
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/net/ethernet/qlogic/qed/qed_cxt.c:49:0:
   drivers/net/ethernet/qlogic/qed/qed_rdma.h: In function 'qed_rdma_info_alloc':
>> drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
    static inline int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) {return -EINVAL}
                                                                                  ^

vim +186 drivers/net/ethernet/qlogic/qed/qed_rdma.h

   176	
   177	#if IS_ENABLED(CONFIG_QED_RDMA)
   178	void qed_rdma_dpm_bar(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt);
   179	void qed_rdma_dpm_conf(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt);
   180	int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn);
   181	void qed_rdma_info_free(struct qed_hwfn *p_hwfn);
   182	#else
   183	static inline void qed_rdma_dpm_conf(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt) {}
   184	static inline void qed_rdma_dpm_bar(struct qed_hwfn *p_hwfn,
   185					    struct qed_ptt *p_ptt) {}
 > 186	static inline int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) {return -EINVAL}
   187	static inline void qed_rdma_info_free(struct qed_hwfn *p_hwfn) {}
   188	#endif
   189	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 66006 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-14 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14 13:16 [net:master 25/27] drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox