All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>, qemu-trivial@nongnu.org
Subject: [Qemu-devel] [PULL 02/16] hw/bt/hci: spelling fix: endianness
Date: Tue, 13 Sep 2016 19:04:41 +0300	[thread overview]
Message-ID: <270a4b6739462d30a63033aa29e983c03d5104df.1473782118.git.mjt@msgid.tls.msk.ru> (raw)
In-Reply-To: <cover.1473782118.git.mjt@tls.msk.ru>
In-Reply-To: <cover.1473782118.git.mjt@tls.msk.ru>

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 hw/bt/hci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bt/hci.c b/hw/bt/hci.c
index 351123f..476ebec 100644
--- a/hw/bt/hci.c
+++ b/hw/bt/hci.c
@@ -421,7 +421,7 @@ static void bt_submit_raw_acl(struct bt_piconet_s *net, int length, uint8_t *dat
 
 /* HCI layer emulation */
 
-/* Note: we could ignore endiannes because unswapped handles will still
+/* Note: we could ignore endianness because unswapped handles will still
  * be valid as connection identifiers for the guest - they don't have to
  * be continuously allocated.  We do it though, to preserve similar
  * behaviour between hosts.  Some things, like the BD_ADDR cannot be
-- 
2.1.4

  parent reply	other threads:[~2016-09-13 16:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1473782118.git.mjt@tls.msk.ru>
2016-09-13 16:04 ` [Qemu-devel] [PULL 01/16] docs: Fix description of the leaky bucket algorithm in throttle.txt Michael Tokarev
2016-09-13 16:04 ` Michael Tokarev [this message]
2016-09-13 16:04 ` [Qemu-devel] [PULL 03/16] hw/dma/omap: spelling fix: endianness Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 04/16] arm: spelling fix: mismatch Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 05/16] vl: remove unnecessary duplicate call to tpm_cleanup Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 06/16] sparc: Use g_memdup() instead of g_new0() + memcpy() Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 07/16] pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIP Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 08/16] linux-user, trivial: display "0x%x" instead of "0x%d" Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 09/16] trace-event: display "%d" " Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 10/16] Document that curses usually needs -k option too Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 11/16] maint: Ignore generated version file Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 12/16] timer.h: fix typo Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 13/16] timer.h: fix inconsistency between comment and function prototype Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 14/16] timer/cpus: fix some typos and update some comments Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 15/16] target-m68k: fix get_mac_extf helper Michael Tokarev
2016-09-13 16:04 ` [Qemu-devel] [PULL 16/16] hw/net/e1000e: Fix compiler warning Michael Tokarev

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=270a4b6739462d30a63033aa29e983c03d5104df.1473782118.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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.