tree:   git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 
for-next
head:   73b32b46c1484afa58e959fb62f9979516341998
commit: f2b7e78dbc79e09fc1164b226adc03ed91a326cb [1/6] cxgb4: Add T4 filter 
support
config: make ARCH=x86_64 allmodconfig

All error/warnings:

In file included from drivers/scsi/csiostor/csio_wr.h:42:0,
                 from drivers/scsi/csiostor/csio_scsi.h:49,
                 from drivers/scsi/csiostor/csio_init.h:45,
                 from drivers/scsi/csiostor/csio_attr.c:45:
drivers/scsi/csiostor/t4fw_api_stor.h:48:2: error: redeclaration of enumerator 
'FW_ENOEXEC'
In file included from drivers/scsi/csiostor/csio_wr.h:41:0,
                 from drivers/scsi/csiostor/csio_scsi.h:49,
                 from drivers/scsi/csiostor/csio_init.h:45,
                 from drivers/scsi/csiostor/csio_attr.c:45:
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h:39:2: note: previous definition 
of 'FW_ENOEXEC' was here

vim +/FW_ENOEXEC +48 drivers/scsi/csiostor/t4fw_api_stor.h

a3667aae Naresh Kumar Inna 2012-11-15  42  
a3667aae Naresh Kumar Inna 2012-11-15  43  enum fw_retval {
a3667aae Naresh Kumar Inna 2012-11-15  44       FW_SUCCESS              = 0,    
/* completed sucessfully */
a3667aae Naresh Kumar Inna 2012-11-15  45       FW_EPERM                = 1,    
/* operation not permitted */
a3667aae Naresh Kumar Inna 2012-11-15  46       FW_ENOENT               = 2,    
/* no such file or directory */
a3667aae Naresh Kumar Inna 2012-11-15  47       FW_EIO                  = 5,    
/* input/output error; hw bad */
a3667aae Naresh Kumar Inna 2012-11-15 @48       FW_ENOEXEC              = 8,    
/* exec format error; inv microcode */
a3667aae Naresh Kumar Inna 2012-11-15  49       FW_EAGAIN               = 11,   
/* try again */
a3667aae Naresh Kumar Inna 2012-11-15  50       FW_ENOMEM               = 12,   
/* out of memory */
a3667aae Naresh Kumar Inna 2012-11-15  51       FW_EFAULT               = 14,   
/* bad address; fw bad */

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to