diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2019-10-23 13:58:07 +0900 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-11-07 14:54:08 -0700 |
commit | 670cd6849ea36ea4df2f2941cf4717dff8755abe (patch) | |
tree | ac18316f63cd4daa0d5f503116c06620e2289618 /scripts/gdb/linux/proc.py | |
parent | e698a2378e70cac1d6f70e7f119968a0716f8566 (diff) |
selftests: net: Fix printf format warnings on arm
Fix printf format warnings on arm (and other 32bit arch).
- udpgso.c and udpgso_bench_tx use %lu for size_t but it
should be unsigned long long on 32bit arch.
- so_txtime.c uses %ld for int64_t, but it should be
unsigned long long on 32bit arch.
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions