Hi Juan,

[auto build test ERROR on next-20170512]
[cannot apply to staging/staging-testing v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.11]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Juan-Manuel-Torres-Palma/staging-vt6656-Break-too-long-lines/20170512-234457
config: x86_64-allyesdebian (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/staging/vt6656/rxtx.c:145:6: error: unknown type name 't_type'
         t_type, u32 frame_length,
         ^~~~~~
   drivers/staging/vt6656/rxtx.c: In function 'vnt_rxtx_rts':
>> drivers/staging/vt6656/rxtx.c:597:25: error: implicit declaration of 
>> function 'vnt_get_rtscts_rsvtime_le' [-Werror=implicit-function-declaration]
     buf->rts_rrv_time_aa = vnt_get_rtscts_rsvtime_le(priv, 2,
                            ^~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/t_type +145 drivers/staging/vt6656/rxtx.c

   139  {
   140          return cpu_to_le16((u16)vnt_get_rsvtime(priv, pkt_type,
   141                  frame_length, rate, need_ack));
   142  }
   143  
   144  static __le16 vnt_get_rtscts_rsvtime_le(struct vnt_private *priv, u8 
rsv_type,
 > 145                                          t_type, u32 frame_length,
   146                                          u16 current_rate)
   147  {
   148          u32 rrv_time, rts_time, cts_time, ack_time, data_time;

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

Attachment: .config.gz
Description: application/gzip

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to