[libvirt] [PATCH 22/32] Convert 'int i' to 'size_t i' in src/lxc/ files

Ján Tomko jtomko at redhat.com
Tue Jul 9 12:55:06 UTC 2013


On 07/08/2013 04:21 PM, Daniel P. Berrange wrote:
> 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/lxc/lxc_cgroup.c     |  3 ++-
>  src/lxc/lxc_container.c  |  6 ++++--
>  src/lxc/lxc_controller.c |  3 ++-
>  src/lxc/lxc_driver.c     | 44 ++++++++++++++++++++++----------------------
>  src/lxc/lxc_process.c    |  2 +-
>  5 files changed, 31 insertions(+), 27 deletions(-)

ACK

Jan




More information about the libvir-list mailing list