]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert 'int i' to 'size_t i' in src/cpu/ files
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 8 Jul 2013 14:09:33 +0000 (15:09 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Jul 2013 16:55:17 +0000 (17:55 +0100)
commitc220aa917f3c3258ad9a6f57952c8bab32c7aa90
tree17e898fedcfef81b96c8cb2db38330dd887797e8
parent9dc913172f30a95bd0895ab453fe92b082df4bc1
Convert 'int i' to 'size_t i' in src/cpu/ files

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@redhat.com>
src/cpu/cpu.c
src/cpu/cpu_generic.c
src/cpu/cpu_powerpc.c
src/cpu/cpu_x86.c