diff options
| author | 2021-08-18 20:07:52 +0100 | |
|---|---|---|
| committer | 2021-08-19 12:05:15 +0100 | |
| commit | cb537b241725f5261e752add954e08837348edad (patch) | |
| tree | e8d8f5dab6a1d04fb993e55bc23f9924cbb75fbd /include/linux/errqueue.h | |
| parent | net/mlx4: Use ARRAY_SIZE to get an array's size (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 <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 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
