Re: [PATCH] scripts: Fixed printf format mismatch

2018-05-29 Thread Masahiro Yamada
2018-05-24 12:16 GMT+09:00 nixiaoming : > scripts/kallsyms.c: function write_src: > "printf", the #1 format specifier "d" need arg type "int", > but the according arg "table_cnt" has type "unsigned int" > > scripts/recordmcount.c: function do_file: > "fprintf", the #1 format specifier "d" need arg

Re: [PATCH] scripts: Fixed printf format mismatch

2018-05-29 Thread Masahiro Yamada
2018-05-24 12:16 GMT+09:00 nixiaoming : > scripts/kallsyms.c: function write_src: > "printf", the #1 format specifier "d" need arg type "int", > but the according arg "table_cnt" has type "unsigned int" > > scripts/recordmcount.c: function do_file: > "fprintf", the #1 format specifier "d" need arg

Re: [PATCH] scripts: Fixed printf format mismatch

2018-05-24 Thread Steven Rostedt
On Thu, 24 May 2018 11:16:12 +0800 nixiaoming wrote: > scripts/kallsyms.c: function write_src: > "printf", the #1 format specifier "d" need arg type "int", > but the according arg "table_cnt" has type "unsigned int" > > scripts/recordmcount.c: function do_file: >

Re: [PATCH] scripts: Fixed printf format mismatch

2018-05-24 Thread Steven Rostedt
On Thu, 24 May 2018 11:16:12 +0800 nixiaoming wrote: > scripts/kallsyms.c: function write_src: > "printf", the #1 format specifier "d" need arg type "int", > but the according arg "table_cnt" has type "unsigned int" > > scripts/recordmcount.c: function do_file: > "fprintf", the #1 format

[PATCH] scripts: Fixed printf format mismatch

2018-05-23 Thread nixiaoming
scripts/kallsyms.c: function write_src: "printf", the #1 format specifier "d" need arg type "int", but the according arg "table_cnt" has type "unsigned int" scripts/recordmcount.c: function do_file: "fprintf", the #1 format specifier "d" need arg type "int", but the according arg

[PATCH] scripts: Fixed printf format mismatch

2018-05-23 Thread nixiaoming
scripts/kallsyms.c: function write_src: "printf", the #1 format specifier "d" need arg type "int", but the according arg "table_cnt" has type "unsigned int" scripts/recordmcount.c: function do_file: "fprintf", the #1 format specifier "d" need arg type "int", but the according arg