From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VG9BJ-0005EN-N7 for mharc-qemu-trivial@gnu.org; Sun, 01 Sep 2013 11:03:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9BC-0004tw-4r for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9B5-0000yl-Rl for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:03:06 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:38620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9At-0000hf-6Z; Sun, 01 Sep 2013 11:02:47 -0400 Received: from gandalf.local (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 50D29400BA; Sun, 1 Sep 2013 19:02:45 +0400 (MSK) Message-ID: <52235715.6050008@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:02:45 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: Stefan Weil References: <1376847606-14202-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1376847606-14202-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial , qemu-devel Subject: Re: [Qemu-trivial] [PATCH] misc: Fix some typos in names and comments X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:03:12 -0000 18.08.2013 21:40, Stefan Weil wrote: > Most typos were found using a modified version of codespell: > > accross -> across > issueing -> issuing > TICNT_THRESHHOLD -> TICNT_THRESHOLD > bandwith -> bandwidth > VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY > occured -> occurred > gaurantee -> guarantee > sofware -> software Gosh. > diff --git a/include/hw/bt.h b/include/hw/bt.h > index 830af94..3f365bc 100644 > --- a/include/hw/bt.h > +++ b/include/hw/bt.h > @@ -640,8 +640,8 @@ typedef struct { > #define OCF_SETUP_SYNC_CONN 0x0028 > typedef struct { > uint16_t handle; > - uint32_t tx_bandwith; > - uint32_t rx_bandwith; > + uint32_t tx_bandwidth; > + uint32_t rx_bandwidth; > uint16_t max_latency; > uint16_t voice_setting; > uint8_t retrans_effort; > @@ -652,8 +652,8 @@ typedef struct { > #define OCF_ACCEPT_SYNC_CONN_REQ 0x0029 > typedef struct { > bdaddr_t bdaddr; > - uint32_t tx_bandwith; > - uint32_t rx_bandwith; > + uint32_t tx_bandwidth; > + uint32_t rx_bandwidth; > uint16_t max_latency; > uint16_t voice_setting; > uint8_t retrans_effort; BTW, these aren't used anywhere. Thanks, applied to the trivial-patches queue. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9Az-0004gD-K1 for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9At-0000hw-Dw for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:02:53 -0400 Message-ID: <52235715.6050008@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:02:45 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1376847606-14202-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1376847606-14202-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] misc: Fix some typos in names and comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel 18.08.2013 21:40, Stefan Weil wrote: > Most typos were found using a modified version of codespell: > > accross -> across > issueing -> issuing > TICNT_THRESHHOLD -> TICNT_THRESHOLD > bandwith -> bandwidth > VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY > occured -> occurred > gaurantee -> guarantee > sofware -> software Gosh. > diff --git a/include/hw/bt.h b/include/hw/bt.h > index 830af94..3f365bc 100644 > --- a/include/hw/bt.h > +++ b/include/hw/bt.h > @@ -640,8 +640,8 @@ typedef struct { > #define OCF_SETUP_SYNC_CONN 0x0028 > typedef struct { > uint16_t handle; > - uint32_t tx_bandwith; > - uint32_t rx_bandwith; > + uint32_t tx_bandwidth; > + uint32_t rx_bandwidth; > uint16_t max_latency; > uint16_t voice_setting; > uint8_t retrans_effort; > @@ -652,8 +652,8 @@ typedef struct { > #define OCF_ACCEPT_SYNC_CONN_REQ 0x0029 > typedef struct { > bdaddr_t bdaddr; > - uint32_t tx_bandwith; > - uint32_t rx_bandwith; > + uint32_t tx_bandwidth; > + uint32_t rx_bandwidth; > uint16_t max_latency; > uint16_t voice_setting; > uint8_t retrans_effort; BTW, these aren't used anywhere. Thanks, applied to the trivial-patches queue. /mjt