From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TaAc0-0007zl-K3 for mharc-qemu-trivial@gnu.org; Sun, 18 Nov 2012 14:33:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaAbw-0007nj-1u for qemu-trivial@nongnu.org; Sun, 18 Nov 2012 14:32:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaAbs-00072D-Vm for qemu-trivial@nongnu.org; Sun, 18 Nov 2012 14:32:55 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:54570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaAbm-0006zv-KI; Sun, 18 Nov 2012 14:32:46 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 05395728003A; Sun, 18 Nov 2012 20:32:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ydramjF-FePx; Sun, 18 Nov 2012 20:32:43 +0100 (CET) Received: from flocke.fritz.box (p54ADBD8C.dip.t-dialin.net [84.173.189.140]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 79D3F728002F; Sun, 18 Nov 2012 20:32:43 +0100 (CET) Received: from localhost ([127.0.0.1] ident=stefan) by flocke.fritz.box with esmtp (Exim 4.72) (envelope-from ) id 1TaAbj-00017Q-1E; Sun, 18 Nov 2012 20:32:43 +0100 Message-ID: <50A937DA.7080906@weilnetz.de> Date: Sun, 18 Nov 2012 20:32:42 +0100 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121027 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: qemu-trivial References: <1351841754-26483-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1351841754-26483-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 78.47.199.172 Cc: Christian Borntraeger , qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [PATCH] s390x: Spelling fixes (endianess -> endianness, occured -> occurred) 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, 18 Nov 2012 19:32:59 -0000 Am 02.11.2012 08:35, schrieb Stefan Weil: > Replace also "write into" by "write to". > > Signed-off-by: Stefan Weil > --- > > I think "write to" is better, but I am not sure about this, > so please wait until a native speaker has reviewed that patch. > > Regards > Stefan Weil > > hw/s390x/sclp.h | 4 ++-- > hw/s390x/sclpconsole.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/hw/s390x/sclp.h b/hw/s390x/sclp.h > index fe89dad..231a38a 100644 > --- a/hw/s390x/sclp.h > +++ b/hw/s390x/sclp.h > @@ -51,7 +51,7 @@ > > /* > * Normally packed structures are not the right thing to do, since all code > - * must take care of endianess. We cant use ldl_phys and friends for two > + * must take care of endianness. We cannot use ldl_phys and friends for two > * reasons, though: > * - some of the embedded structures below the SCCB can appear multiple times > * at different locations, so there is no fixed offset > @@ -60,7 +60,7 @@ > * alter the structure while we parse it. We cannot use ldl_p and friends > * either without doing pointer arithmetics > * So we have to double check that all users of sclp data structures use the > - * right endianess wrappers. > + * right endianness wrappers. > */ > typedef struct SCCBHeader { > uint16_t length; > diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c > index 0ec5623..fece878 100644 > --- a/hw/s390x/sclpconsole.c > +++ b/hw/s390x/sclpconsole.c > @@ -179,8 +179,8 @@ static int read_event_data(SCLPEvent *event, EventBufferHeader *evt_buf_hdr, > } > > /* triggered by SCLP's write_event_data > - * - write console data into character layer > - * returns< 0 if an error occured > + * - write console data to character layer > + * returns< 0 if an error occurred > */ > static ssize_t write_console_data(SCLPEvent *event, const uint8_t *buf, > size_t len) > ping? From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaAbp-0007hL-Sn for qemu-devel@nongnu.org; Sun, 18 Nov 2012 14:32:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaAbm-00070R-Qq for qemu-devel@nongnu.org; Sun, 18 Nov 2012 14:32:49 -0500 Message-ID: <50A937DA.7080906@weilnetz.de> Date: Sun, 18 Nov 2012 20:32:42 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1351841754-26483-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1351841754-26483-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x: Spelling fixes (endianess -> endianness, occured -> occurred) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: Christian Borntraeger , qemu-devel@nongnu.org Am 02.11.2012 08:35, schrieb Stefan Weil: > Replace also "write into" by "write to". > > Signed-off-by: Stefan Weil > --- > > I think "write to" is better, but I am not sure about this, > so please wait until a native speaker has reviewed that patch. > > Regards > Stefan Weil > > hw/s390x/sclp.h | 4 ++-- > hw/s390x/sclpconsole.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/hw/s390x/sclp.h b/hw/s390x/sclp.h > index fe89dad..231a38a 100644 > --- a/hw/s390x/sclp.h > +++ b/hw/s390x/sclp.h > @@ -51,7 +51,7 @@ > > /* > * Normally packed structures are not the right thing to do, since all code > - * must take care of endianess. We cant use ldl_phys and friends for two > + * must take care of endianness. We cannot use ldl_phys and friends for two > * reasons, though: > * - some of the embedded structures below the SCCB can appear multiple times > * at different locations, so there is no fixed offset > @@ -60,7 +60,7 @@ > * alter the structure while we parse it. We cannot use ldl_p and friends > * either without doing pointer arithmetics > * So we have to double check that all users of sclp data structures use the > - * right endianess wrappers. > + * right endianness wrappers. > */ > typedef struct SCCBHeader { > uint16_t length; > diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c > index 0ec5623..fece878 100644 > --- a/hw/s390x/sclpconsole.c > +++ b/hw/s390x/sclpconsole.c > @@ -179,8 +179,8 @@ static int read_event_data(SCLPEvent *event, EventBufferHeader *evt_buf_hdr, > } > > /* triggered by SCLP's write_event_data > - * - write console data into character layer > - * returns< 0 if an error occured > + * - write console data to character layer > + * returns< 0 if an error occurred > */ > static ssize_t write_console_data(SCLPEvent *event, const uint8_t *buf, > size_t len) > ping?