diff mbox series

[v2] tools/libxl: add missing blank in message

Message ID 20210727074703.19865-1-Alan.Robinson@fujitsu.com (mailing list archive)
State New, archived
Headers show
Series [v2] tools/libxl: add missing blank in message | expand

Commit Message

Alan Robinson July 27, 2021, 7:47 a.m. UTC
Add missing blank giving "an emulation" instead of "anemulation"
while making the text a single source line.

Signed-off-by: Alan Robinson <alan.robinson@fujitsu.com>
---

Changed since v1:
  * text as as single line, requested by Juergen

 tools/libs/light/libxl_dm.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Jürgen Groß July 27, 2021, 7:50 a.m. UTC | #1
On 27.07.21 09:47, Alan Robinson wrote:
> Add missing blank giving "an emulation" instead of "anemulation"
> while making the text a single source line.
> 
> Signed-off-by: Alan Robinson <alan.robinson@fujitsu.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen
Anthony PERARD July 27, 2021, 10:18 a.m. UTC | #2
On Tue, Jul 27, 2021 at 09:47:03AM +0200, Alan Robinson wrote:
> Add missing blank giving "an emulation" instead of "anemulation"
> while making the text a single source line.
> 
> Signed-off-by: Alan Robinson <alan.robinson@fujitsu.com>
> ---
> 
> Changed since v1:
>   * text as as single line, requested by Juergen
> 

Acked-by: Anthony PERARD <anthony.perard@citrix.com>

Thanks,
Ian Jackson July 27, 2021, 1:27 p.m. UTC | #3
Anthony PERARD writes ("Re: [PATCH v2] tools/libxl: add missing blank in message"):
> On Tue, Jul 27, 2021 at 09:47:03AM +0200, Alan Robinson wrote:
> > Add missing blank giving "an emulation" instead of "anemulation"
> > while making the text a single source line.
> > 
> > Signed-off-by: Alan Robinson <alan.robinson@fujitsu.com>
> > ---
> > 
> > Changed since v1:
> >   * text as as single line, requested by Juergen
> > 
> 
> Acked-by: Anthony PERARD <anthony.perard@citrix.com>

Oh, didn't spot this in my earlier reply.  Thanks everyone, I will
dequeue the previous one and queue this instead.

Ian.
diff mbox series

Patch

diff --git a/tools/libs/light/libxl_dm.c b/tools/libs/light/libxl_dm.c
index dbd3c7f278..5cc8ce34c2 100644
--- a/tools/libs/light/libxl_dm.c
+++ b/tools/libs/light/libxl_dm.c
@@ -1893,8 +1893,7 @@  static int libxl__build_device_model_args_new(libxl__gc *gc,
                 if (format == NULL) {
                     LOGD(WARN, guest_domid,
                          "Unable to determine disk image format: %s\n"
-                         "Disk will be available via PV drivers but not as an"
-                         "emulated disk.",
+                         "Disk will be available via PV drivers but not as an emulated disk.",
                          disks[i].vdev);
                     continue;
                 }
@@ -1905,8 +1904,7 @@  static int libxl__build_device_model_args_new(libxl__gc *gc,
 
                 if (!target_path) {
                     LOGD(WARN, guest_domid, "No way to get local access disk to image: %s\n"
-                         "Disk will be available via PV drivers but not as an"
-                         "emulated disk.",
+                         "Disk will be available via PV drivers but not as an emulated disk.",
                          disks[i].vdev);
                     continue;
                 }