On 08/22/2010 09:56 PM, Blue Swirl wrote:

Can someone point to a bug in QEMU that's been caused because of
CODING_STYLE or the fact that some patches don't adhere to it?
7b1df88f284f462ecb236931ad863a815f243195

How was this bug caused by CODING_STYLE? In fact, if CODING_STYLE was applied correctly then this bug would stand out much more:

    if (...) {
        /* .... */;
    }
        return;

or be completely eliminated:

    if (...) {
        /* .... */;
        return;
    }


--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


Reply via email to