diff options
| author | Biju Das <[email protected]> | 2021-08-18 20:07:52 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-19 12:05:15 +0100 |
| commit | cb537b241725f5261e752add954e08837348edad (patch) | |
| tree | e8d8f5dab6a1d04fb993e55bc23f9924cbb75fbd /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 19b8ece42c56aaa122f7e91eb391bb3dd7e193cd (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions