Re: [Qemu-devel] [PATCH] Add missing braces

2010-11-16 Thread Anthony Liguori
On 11/11/2010 09:10 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen This patch adds missing braces around if/else statements that call macros which are likely to result in errors if the macro is changed. It also makes the code comply better with CODING_STYLE. Signed-off-by: Jes Sorensen

[Qemu-devel] [PATCH] Add missing braces

2010-11-11 Thread Jes . Sorensen
From: Jes Sorensen This patch adds missing braces around if/else statements that call macros which are likely to result in errors if the macro is changed. It also makes the code comply better with CODING_STYLE. Signed-off-by: Jes Sorensen --- hw/e1000.c | 13 - 1 files changed, 8