On 8/18/21 10:07 PM, Biju Das wrote: > 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@xxxxxxxxxxxxxx> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx> [...] MBR, Sergey