On 07/08/2013 04:21 PM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <[email protected]>
> 
> 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 <[email protected]>
> ---
>  src/cpu/cpu.c         | 22 +++++++++++-----------
>  src/cpu/cpu_generic.c |  6 +++---
>  src/cpu/cpu_powerpc.c |  2 +-
>  src/cpu/cpu_x86.c     | 26 +++++++++++++-------------
>  4 files changed, 28 insertions(+), 28 deletions(-)

ACK

Jan

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to