[lxc-devel] [PATCH] Improve coding style and coding conventions

2015-11-10 Thread Christian Brauner
Local variables should not have the same name as global variables to avoid confusion. Signed-off-by: Christian Brauner --- src/lxc/lxc_copy.c | 81 +++--- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git

Re: [lxc-devel] [PATCH] Improve coding style and coding conventions

2015-11-10 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > Local variables should not have the same name as global variables to avoid > confusion. > > Signed-off-by: Christian Brauner Thanks! Acked-by: Serge E. Hallyn > --- >