Re: [Qemu-devel] [PATCH] util/qemu-sockets: revert Yoda Conditions to normal

2016-07-28 Thread Cao jin
On 07/28/2016 11:32 PM, Eric Blake wrote: On 07/28/2016 04:50 AM, Cao jin wrote: Follow CODING_STYLE Cc: Daniel P. Berrange Cc: Gerd Hoffmann Cc: Paolo Bonzini Signed-off-by: Cao jin --- util/qemu-sockets.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Daniel P. Be

Re: [Qemu-devel] [PATCH] util/qemu-sockets: revert Yoda Conditions to normal

2016-07-28 Thread Eric Blake
On 07/28/2016 04:50 AM, Cao jin wrote: > Follow CODING_STYLE > > Cc: Daniel P. Berrange > Cc: Gerd Hoffmann > Cc: Paolo Bonzini > > Signed-off-by: Cao jin > --- > util/qemu-sockets.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > Daniel P. Berrange make me realized t

[Qemu-devel] [PATCH] util/qemu-sockets: revert Yoda Conditions to normal

2016-07-28 Thread Cao jin
Follow CODING_STYLE Cc: Daniel P. Berrange Cc: Gerd Hoffmann Cc: Paolo Bonzini Signed-off-by: Cao jin --- util/qemu-sockets.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Daniel P. Berrange make me realized there is Yoda Conditions in this file, this file is mixed with b