diff options
author | Krzysztof Wilczyński <[email protected]> | 2021-10-13 01:41:36 +0000 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2021-10-27 13:41:22 -0500 |
commit | fd1ae23b495b3a8a9975e49705b7678f6e2ab67b (patch) | |
tree | dbb46ce484e98c9ebb44c29f3cef446e8a04d973 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | ff5d3bb6e16d644eabb675ec1c6ef242239ca5f1 (diff) |
PCI: Prefer 'unsigned int' over bare 'unsigned'
The bare "unsigned" type implicitly means "unsigned int", but the preferred
coding style is to use the complete type name.
Update the bare use of "unsigned" to the preferred "unsigned int".
No change to functionality intended.
See a1ce18e4f941 ("checkpatch: warn on bare unsigned or signed declarations
without int").
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions