Re: [Qemu-devel] [PATCH v4 0/8] don't use Yoda conditions

2014-08-05 Thread Gonglei (Arei)
Hi, > > > > $WHATEVER: don't use 'Yoda conditions' > > > > 'Yoda conditions' are not part of idiomatic QEMU coding > > style, so rewrite them in the more usual order. > > > > v4: > > - trivial typo for patch 1/8 suggested by Eric, thanks. > > Series: Reviewed-by: Eric Blake > > Adding qemu-tri

Re: [Qemu-devel] [PATCH v4 0/8] don't use Yoda conditions

2014-08-05 Thread Eric Blake
On 08/04/2014 03:19 AM, arei.gong...@huawei.com wrote: > From: Gonglei > > $WHATEVER: don't use 'Yoda conditions' > > 'Yoda conditions' are not part of idiomatic QEMU coding > style, so rewrite them in the more usual order. > > v4: > - trivial typo for patch 1/8 suggested by Eric, thanks. Ser

[Qemu-devel] [PATCH v4 0/8] don't use Yoda conditions

2014-08-04 Thread arei.gonglei
From: Gonglei $WHATEVER: don't use 'Yoda conditions' 'Yoda conditions' are not part of idiomatic QEMU coding style, so rewrite them in the more usual order. v4: - trivial typo for patch 1/8 suggested by Eric, thanks. v3: - rewrite CODINT_STYLE file suggested by Eric, thanks. - rename the pa