All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] tools/libxl: add missing blank in message
@ 2021-07-27  7:47 Alan Robinson
  2021-07-27  7:50 ` Juergen Gross
  2021-07-27 10:18 ` Anthony PERARD
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Robinson @ 2021-07-27  7:47 UTC (permalink / raw)
  To: xen-devel
  Cc: Alan Robinson, Ian Jackson, Wei Liu, Anthony PERARD,
	Juergen Gross, Alan Robinson

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(-)

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;
                 }
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] tools/libxl: add missing blank in message
  2021-07-27  7:47 [PATCH v2] tools/libxl: add missing blank in message Alan Robinson
@ 2021-07-27  7:50 ` Juergen Gross
  2021-07-27 10:18 ` Anthony PERARD
  1 sibling, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2021-07-27  7:50 UTC (permalink / raw)
  To: Alan Robinson, xen-devel; +Cc: Ian Jackson, Wei Liu, Anthony PERARD


[-- Attachment #1.1.1: Type: text/plain, Size: 281 bytes --]

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

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3135 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] tools/libxl: add missing blank in message
  2021-07-27  7:47 [PATCH v2] tools/libxl: add missing blank in message Alan Robinson
  2021-07-27  7:50 ` Juergen Gross
@ 2021-07-27 10:18 ` Anthony PERARD
  2021-07-27 13:27   ` Ian Jackson
  1 sibling, 1 reply; 4+ messages in thread
From: Anthony PERARD @ 2021-07-27 10:18 UTC (permalink / raw)
  To: Alan Robinson; +Cc: xen-devel, Ian Jackson, Wei Liu, Juergen Gross

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,

-- 
Anthony PERARD


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] tools/libxl: add missing blank in message
  2021-07-27 10:18 ` Anthony PERARD
@ 2021-07-27 13:27   ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2021-07-27 13:27 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Alan Robinson, xen-devel, Wei  Liu, Juergen Gross

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-27 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27  7:47 [PATCH v2] tools/libxl: add missing blank in message Alan Robinson
2021-07-27  7:50 ` Juergen Gross
2021-07-27 10:18 ` Anthony PERARD
2021-07-27 13:27   ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.