aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorBiju Das <[email protected]>2021-08-18 20:07:52 +0100
committerDavid S. Miller <[email protected]>2021-08-19 12:05:15 +0100
commitcb537b241725f5261e752add954e08837348edad (patch)
treee8d8f5dab6a1d04fb993e55bc23f9924cbb75fbd /tools/perf/scripts/python/stackcollapse.py
parent19b8ece42c56aaa122f7e91eb391bb3dd7e193cd (diff)
ravb: Use unsigned int for num_tx_desc variable in struct ravb_private
The number of TX descriptors per packet is an unsigned value and the variable for holding this information should be unsigned. This patch replaces the data type of num_tx_desc variable in struct ravb_private from 'int' to 'unsigned int'. This patch also updates the data type of local variables to unsigned int, where the local variables are evaluated using num_tx_desc. Signed-off-by: Biju Das <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions