diff options
author | Krzysztof Wilczyński <kw@linux.com> | 2021-10-09 01:27:30 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-10-12 21:33:39 +0300 |
commit | f18312084300598544529510bcfab5f3e795e36a (patch) | |
tree | 77866036c9f15bbf18b15da916a8ff504cdf6e19 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b2105b9f39b57ac80fb909b7ae4da3d343af9f7d (diff) | |
download | linux-f18312084300598544529510bcfab5f3e795e36a.tar.xz |
PCI: hv: Remove unnecessary use of %hx
"dom_req" is a u16 but varargs automatically promotes it to int, so there's
no point in using the %h modifier. Drop it.
See cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
unnecessary %h[xudi] and %hh[xudi]") and 70eb2275ff8e ("checkpatch: add
warning for unnecessary use of %h[xudi] and %hh[xudi]").
Link: https://lore.kernel.org/r/20211008222732.2868493-1-kw@linux.com
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions