On Tue, Aug 04, 2015 at 11:37:53 +0200, Andrea Bolognani wrote:
> Use briefer checks, eg. (!model) instead of (model == NULL), and
> avoid initializing to NULL a pointer that would be assigned in
> the first line of the function anyway.
> 
> Also remove a pointless NULL assignment.
> 
> No functional changes.
> ---
>  src/cpu/cpu_ppc64.c | 33 ++++++++++++++++-----------------
>  1 file changed, 16 insertions(+), 17 deletions(-)

ACK

Jirka

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to