Thomas Huth <th...@redhat.com> writes: > "len" is used as parameter of the functions virtio_write_config() > and virtio_read_config(), and additionally as a local variable, > so this causes a compiler warning when compiling with "-Wshadow" > and can be confusing for the reader. Rename the local variables > to "caplen" to avoid this problem. > > Signed-off-by: Thomas Huth <th...@redhat.com>
v1 unqueued, this one queued. Thanks!