On Wed, Apr 13, 2022 at 10:22 PM Andrew Scull <[email protected]> wrote: > > The variables `total_sg` and `descs_used` have the same value. Replace > the few uses of `total_sg` with `descs_used` to simplify the situation. > > Signed-off-by: Andrew Scull <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > drivers/virtio/virtio_ring.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

