diff options
author | 2022-02-24 16:47:52 -0600 | |
---|---|---|
committer | 2022-03-09 18:31:32 -0600 | |
commit | d5109fe4d1ecba04d3f6903ab0421188d1420d22 (patch) | |
tree | 6a6a6381cd0c7a908bad93272be50c82c3572e26 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI/VGA: Log bridge control messages when adding devices (diff) | |
download | wireguard-linux-d5109fe4d1ecba04d3f6903ab0421188d1420d22.tar.xz wireguard-linux-d5109fe4d1ecba04d3f6903ab0421188d1420d22.zip |
PCI/VGA: Use unsigned format string to print lock counts
In struct vga_device, io_lock_cnt and mem_lock_cnt are unsigned, but we
previously printed them with "%d", the signed decimal format. Print them
with the unsigned format "%u" instead.
Link: https://lore.kernel.org/r/20220224224753.297579-11-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions