[libvirt] [PATCH 27/32] Convert 'int i' to 'size_t i' in src/hyperv/ files

Matthias Bolte matthias.bolte at googlemail.com
Wed Jul 10 06:22:24 UTC 2013


2013/7/8 Daniel P. Berrange <berrange at redhat.com>:
> From: "Daniel P. Berrange" <berrange at redhat.com>
>
> Convert the type of loop iterators named 'i', 'j', k',
> 'ii', 'jj', 'kk', to be 'size_t' instead of 'int' or
> 'unsigned int', also santizing 'ii', 'jj', 'kk' to use
> the normal 'i', 'j', 'k' naming
>
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/hyperv/hyperv_driver.c | 4 ++--
>  src/hyperv/hyperv_util.c   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

ACK.

--
Matthias Bolte
http://photron.blogspot.com




More information about the libvir-list mailing list