On Mon,  8 Feb 2021 09:45:45 +0800 Kevin Hao wrote:
> @@ -1214,7 +1214,7 @@ int otx2_sq_aura_pool_init(struct otx2_nic *pfvf)
>       struct otx2_snd_queue *sq;
>       struct otx2_pool *pool;
>       int err, ptr;
> -     s64 bufptr;
> +     dma_addr_t bufptr;

nit: please keep the variable declaration lines sorted longest to
     shortest.

Reply via email to