All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Stefan Weil <sw@weilnetz.de>
Cc: qemu-trivial@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Fix spelling (prefered -> preferred)
Date: Mon, 19 Nov 2012 09:35:54 +0100	[thread overview]
Message-ID: <20121119083554.GA17444@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <50A9387C.3040808@weilnetz.de>

On Sun, Nov 18, 2012 at 08:35:24PM +0100, Stefan Weil wrote:
> Am 02.11.2012 08:14, schrieb Stefan Weil:
> >Signed-off-by: Stefan Weil<sw@weilnetz.de>
> >---
> >  configure       |    2 +-
> >  net/tap-win32.c |    7 ++++---
> >  2 files changed, 5 insertions(+), 4 deletions(-)
> >
> >diff --git a/configure b/configure
> >index 79701ea..860859b 100755
> >--- a/configure
> >+++ b/configure
> >@@ -2115,7 +2115,7 @@ if test "$pixman" = "system"; then
> >  else
> >    if test ! -d ${source_path}/pixman/pixman; then
> >      echo "ERROR: pixman not present. Your options:"
> >-    echo "  (1) Prefered: Install the pixman devel package (any recent"
> >+    echo "  (1) Preferred: Install the pixman devel package (any recent"
> >      echo "      distro should have packages as Xorg needs pixman too)."
> >      echo "  (2) Fetch the pixman submodule, using:"
> >      echo "      git submodule update --init pixman"
> >diff --git a/net/tap-win32.c b/net/tap-win32.c
> >index 8d2d32b..f9bd741 100644
> >--- a/net/tap-win32.c
> >+++ b/net/tap-win32.c
> >@@ -565,7 +565,7 @@ static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped,
> >  }
> >
> >  static int tap_win32_open(tap_win32_overlapped_t **phandle,
> >-                          const char *prefered_name)
> >+                          const char *preferred_name)
> >  {
> >      char device_path[256];
> >      char device_guid[0x100];
> >@@ -581,8 +581,9 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle,
> >      DWORD version_len;
> >      DWORD idThread;
> >
> >-    if (prefered_name != NULL)
> >-        snprintf(name_buffer, sizeof(name_buffer), "%s", prefered_name);
> >+    if (preferred_name != NULL) {
> >+        snprintf(name_buffer, sizeof(name_buffer), "%s", preferred_name);
> >+    }
> >
> >      rc = get_device_guid(device_guid, sizeof(device_guid), name_buffer, sizeof(name_buffer));
> >      if (rc)
> 
> ping?

Thanks, applied to the trivial patches tree.  Sorry I missed this one.

There is currently a pending trivial patches pull request - this patch
will be in the next pull request.

Stefan


WARNING: multiple messages have this Message-ID (diff)
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Stefan Weil <sw@weilnetz.de>
Cc: qemu-trivial@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix spelling (prefered -> preferred)
Date: Mon, 19 Nov 2012 09:35:54 +0100	[thread overview]
Message-ID: <20121119083554.GA17444@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <50A9387C.3040808@weilnetz.de>

On Sun, Nov 18, 2012 at 08:35:24PM +0100, Stefan Weil wrote:
> Am 02.11.2012 08:14, schrieb Stefan Weil:
> >Signed-off-by: Stefan Weil<sw@weilnetz.de>
> >---
> >  configure       |    2 +-
> >  net/tap-win32.c |    7 ++++---
> >  2 files changed, 5 insertions(+), 4 deletions(-)
> >
> >diff --git a/configure b/configure
> >index 79701ea..860859b 100755
> >--- a/configure
> >+++ b/configure
> >@@ -2115,7 +2115,7 @@ if test "$pixman" = "system"; then
> >  else
> >    if test ! -d ${source_path}/pixman/pixman; then
> >      echo "ERROR: pixman not present. Your options:"
> >-    echo "  (1) Prefered: Install the pixman devel package (any recent"
> >+    echo "  (1) Preferred: Install the pixman devel package (any recent"
> >      echo "      distro should have packages as Xorg needs pixman too)."
> >      echo "  (2) Fetch the pixman submodule, using:"
> >      echo "      git submodule update --init pixman"
> >diff --git a/net/tap-win32.c b/net/tap-win32.c
> >index 8d2d32b..f9bd741 100644
> >--- a/net/tap-win32.c
> >+++ b/net/tap-win32.c
> >@@ -565,7 +565,7 @@ static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped,
> >  }
> >
> >  static int tap_win32_open(tap_win32_overlapped_t **phandle,
> >-                          const char *prefered_name)
> >+                          const char *preferred_name)
> >  {
> >      char device_path[256];
> >      char device_guid[0x100];
> >@@ -581,8 +581,9 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle,
> >      DWORD version_len;
> >      DWORD idThread;
> >
> >-    if (prefered_name != NULL)
> >-        snprintf(name_buffer, sizeof(name_buffer), "%s", prefered_name);
> >+    if (preferred_name != NULL) {
> >+        snprintf(name_buffer, sizeof(name_buffer), "%s", preferred_name);
> >+    }
> >
> >      rc = get_device_guid(device_guid, sizeof(device_guid), name_buffer, sizeof(name_buffer));
> >      if (rc)
> 
> ping?

Thanks, applied to the trivial patches tree.  Sorry I missed this one.

There is currently a pending trivial patches pull request - this patch
will be in the next pull request.

Stefan

  reply	other threads:[~2012-11-19  8:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-02  7:14 [Qemu-trivial] [PATCH] Fix spelling (prefered -> preferred) Stefan Weil
2012-11-02  7:14 ` [Qemu-devel] " Stefan Weil
2012-11-18 19:35 ` [Qemu-trivial] " Stefan Weil
2012-11-18 19:35   ` [Qemu-devel] " Stefan Weil
2012-11-19  8:35   ` Stefan Hajnoczi [this message]
2012-11-19  8:35     ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121119083554.GA17444@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.