On Mon, Jun 12, 2023 at 7:45 AM Jan Beulich <jbeul...@suse.com> wrote: > > The variable isn't used past the loop, and its value also isn't > meaningful across iterations. Reduce its scope to make this more > obvious. > > Coverity ID: 1532310 > Fixes: ae763e422430 ("tools/misc: introduce xen-mfndump") > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Jason Andryuk <jandr...@gmail.com> Thanks, Jason