diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-08-18 22:07:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-19 14:05:15 +0300 |
commit | cb537b241725f5261e752add954e08837348edad (patch) | |
tree | e8d8f5dab6a1d04fb993e55bc23f9924cbb75fbd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 19b8ece42c56aaa122f7e91eb391bb3dd7e193cd (diff) | |
download | linux-cb537b241725f5261e752add954e08837348edad.tar.xz |
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 <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions