[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's error in envlist_parse. |
Date: |
Thu, 27 Jun 2013 18:36:54 +0100 |
On 29 May 2013 14:50, Thomas Schwinge <address@hidden> wrote:
> Signed-off-by: Thomas Schwinge <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
> ---
> util/envlist.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git util/envlist.c util/envlist.c
> index ebc06cf..cbbf7e5 100644
> --- util/envlist.c
> +++ util/envlist.c
NB: your process for generating patch mails seems to be slightly
wrong -- the diff header in a patch mail should look like this:
diff --git a/util/envlist.c b/util/envlist.c
index ebc06cf..cbbf7e5 100644
--- a/util/envlist.c
+++ b/util/envlist.c
(note the extra 'a' and 'b'); otherwise 'git am patch.mbox'
will complain when you try to apply the patch.
thanks
-- PMM
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's error in envlist_parse.,
Peter Maydell <=