Hi Tamizh,

[auto build test WARNING on mac80211-next/master]
[also build test WARNING on next-20170224]
[cannot apply to v4.10]
[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/c_traja-qti-qualcomm-com/cfg80211-mac80211-BTCOEX-feature-support/20170225-215733
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 
master
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
        wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All warnings (new ones prefixed by >>):

   In file included from include/trace/define_trace.h:95:0,
                    from net/wireless/trace.h:3116,
                    from net/wireless/trace.c:5:
   net/wireless/./trace.h: In function 'trace_raw_output_rdev_set_btcoex':
>> include/trace/trace_events.h:323:9: warning: too many arguments for format 
>> [-Wformat-extra-args]
     struct trace_event_raw_##call *field;    \
            ^
   include/trace/trace_events.h:60:2: note: in expansion of macro 
'DECLARE_EVENT_CLASS'
     DECLARE_EVENT_CLASS(name,          \
     ^
   net/wireless/./trace.h:3072:1: note: in expansion of macro 'TRACE_EVENT'
    TRACE_EVENT(rdev_set_btcoex,
    ^

vim +323 include/trace/trace_events.h

6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  307  
#undef __print_array
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  308  
#define __print_array(array, count, el_size)                            \
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  309  
        ({                                                              \
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  310  
                BUILD_BUG_ON(el_size != 1 && el_size != 2 &&            \
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  311  
                             el_size != 4 && el_size != 8);             \
645df987 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-04  312) 
                trace_print_array_seq(p, array, count, el_size);        \
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  313  
        })
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  314  
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  315  
#undef DECLARE_EVENT_CLASS
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  316  
#define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)  \
83f0d539 include/trace/ftrace.h       Steven Rostedt           2010-02-16  317  
static notrace enum print_line_t                                        \
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  318) 
trace_raw_output_##call(struct trace_iterator *iter, int flags,         \
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  319  
                        struct trace_event *trace_event)                \
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  320  
{                                                                       \
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  321  
        struct trace_seq *s = &iter->seq;                               \
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  322  
        struct trace_seq __maybe_unused *p = &iter->tmp_seq;            \
a7237765 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-13 @323) 
        struct trace_event_raw_##call *field;                           \
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  324  
        int ret;                                                        \
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  325  
                                                                        \
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  326  
        field = (typeof(field))iter->ent;                               \
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  327  
                                                                        \
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  328) 
        ret = trace_raw_output_prep(iter, trace_event);                 \
8e2e095c include/trace/ftrace.h       Steven Rostedt (Red Hat  2014-11-14  329) 
        if (ret != TRACE_TYPE_HANDLED)                                  \
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  330  
                return ret;                                             \
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  331  
                                                                        \

:::::: The code at line 323 was first introduced by commit
:::::: a7237765730a10d429736f47ac4b89779ec6c534 tracing: Rename 
ftrace_raw_##call event structures to trace_event_raw_##call

:::::: TO: Steven Rostedt (Red Hat) <[email protected]>
:::::: CC: Steven Rostedt <[email protected]>

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

Attachment: .config.gz
Description: application/gzip

Reply via email to