diff options
author | Yonglong Liu <[email protected]> | 2021-02-09 10:41:51 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-02-09 15:34:07 -0800 |
commit | 0256844d0f325c323baf947eaf6bb375d195de26 (patch) | |
tree | b576b7403898ed5f124a5762785b82fcf52d6965 /tools/perf/scripts/python/check-perf-trace.py | |
parent | adbb4fb028452b1b0488a1a7b66ab856cdf20715 (diff) |
net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()
queue_id, qset_id and other IDs are unsigned type, so modify
the corresponding local variables' type in hclge_dbg_dump_tm_map()
from signed to unsigned. kstrtouint() and the print format should
be updated as well.
Signed-off-by: Yonglong Liu <[email protected]>
Signed-off-by: Huazhong Tan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions