Re: [Qemu-devel] [PATCH] fw_cfg: follow CODING_STYLE

2016-05-29 Thread Michael Tokarev
18.05.2016 13:59, Cao jin wrote: > Replace tab with 4 spaces; brace the indented statement. Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] fw_cfg: follow CODING_STYLE

2016-05-19 Thread Markus Armbruster
Corey Minyard writes: > On 05/18/2016 05:59 AM, Cao jin wrote: >> Replace tab with 4 spaces; brace the indented statement. > > Thanks, I think I have my editor set up to avoid the tab/space issue from > now on. I'm going to have to handle kernel/qemu switching in my brain > for the brace issue.

Re: [Qemu-devel] [PATCH] fw_cfg: follow CODING_STYLE

2016-05-18 Thread Corey Minyard
On 05/18/2016 05:59 AM, Cao jin wrote: Replace tab with 4 spaces; brace the indented statement. Thanks, I think I have my editor set up to avoid the tab/space issue from now on. I'm going to have to handle kernel/qemu switching in my brain for the brace issue. Acked-by: Corey Minyard Signe

[Qemu-devel] [PATCH] fw_cfg: follow CODING_STYLE

2016-05-18 Thread Cao jin
Replace tab with 4 spaces; brace the indented statement. Signed-off-by: Cao jin --- hw/nvram/fw_cfg.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c index 999f480..826181a 100644 --- a/hw/nvram/fw_cfg.c +++ b/hw/nvram/