Re: [Xen-devel] [PATCH 10/10] libxl: libxl_tmem functions improving coding style

2016-04-01 Thread Roger Pau Monné
On Fri, 1 Apr 2016, Paulina Szubarczyk wrote: > In accordance with CODING_SYTLE: > - Use 'r' for return values to functions whose return values are a >different error space (like xc_tmem_control, xc_tmem_auth) > > Signed-off-by: Paulina Szubarczyk > --- > tools/libxl/libxl.c | 58 > ++

Re: [Xen-devel] [PATCH 10/10] libxl: libxl_tmem functions improving coding style

2016-04-01 Thread Konrad Rzeszutek Wilk
On Fri, Apr 01, 2016 at 02:40:13PM +0200, Paulina Szubarczyk wrote: > In accordance with CODING_SYTLE: > - Use 'r' for return values to functions whose return values are a >different error space (like xc_tmem_control, xc_tmem_auth) > > Signed-off-by: Paulina Szubarczyk Reviewed-by: Konrad R