aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorMasami Hiramatsu <[email protected]>2019-10-23 13:58:07 +0900
committerShuah Khan <[email protected]>2019-11-07 14:54:08 -0700
commit670cd6849ea36ea4df2f2941cf4717dff8755abe (patch)
treeac18316f63cd4daa0d5f503116c06620e2289618 /scripts/gdb/linux/utils.py
parente698a2378e70cac1d6f70e7f119968a0716f8566 (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 <[email protected]> Cc: Willem de Bruijn <[email protected]> Cc: David S. Miller <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions