Re: [Qemu-devel] [PATCH] checkpatch: Fix bracing false positives on #if

2011-07-18 Thread Stefan Hajnoczi
On Sun, Jul 17, 2011 at 9:48 AM, Blue Swirl wrote: > 789f88d0b21fedfd4251d56bb7a9fbfbda7a4ac7 only fixed #else, > fix also #if. > > Signed-off-by: Blue Swirl > --- >  scripts/checkpatch.pl |    1 + >  1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/scripts/checkpatch.pl b/script

[Qemu-devel] [PATCH] checkpatch: Fix bracing false positives on #if

2011-07-17 Thread Blue Swirl
789f88d0b21fedfd4251d56bb7a9fbfbda7a4ac7 only fixed #else, fix also #if. Signed-off-by: Blue Swirl --- scripts/checkpatch.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 075b614..9bc867f 100755 --- a/scripts/checkpat