diff mbox

[1/1] Add a blank space between the variable and '='

Message ID 1388486168-2532-1-git-send-email-keweihk@gmail.com
State New
Headers show

Commit Message

Kewei Yu Dec. 31, 2013, 10:36 a.m. UTC
Signed-off-by: Kewei Yu <keweihk@gmail.com>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Michael Tokarev Jan. 16, 2014, 10:50 a.m. UTC | #1
Thanks, applied.

/mjt
Peter Maydell Jan. 16, 2014, 11:06 a.m. UTC | #2
On 16 January 2014 10:50, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Thanks, applied.

Can you fix the subject line in your tree to have a
prefix indicating which area of the codebase it affects,
please?

thanks
-- PMM
Kewei Yu Jan. 17, 2014, 5:46 a.m. UTC | #3
2014/1/16 Peter Maydell <peter.maydell@linaro.org>

> On 16 January 2014 10:50, Michael Tokarev <mjt@tls.msk.ru> wrote:
> > Thanks, applied.
>
> Can you fix the subject line in your tree to have a
> prefix indicating which area of the codebase it affects,
> please?
>
OK, Thanks for your review.
I will send it again.

>
> thanks
> -- PMM
>


Regard
Kewei
diff mbox

Patch

diff --git a/vl.c b/vl.c
index 7511e70..92dafa5 100644
--- a/vl.c
+++ b/vl.c
@@ -2922,7 +2922,7 @@  int main(int argc, char **argv, char **envp)
 
     bdrv_init_with_whitelist();
 
-    autostart= 1;
+    autostart = 1;
 
     /* first pass of option parsing */
     optind = 1;