From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: Mat Martineau <mathew.j.martineau@linux.intel.com>
Cc: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH BlueZ v2] tools: Fix recevied/received typos
Date: Wed, 28 Sep 2016 13:55:30 +0300 [thread overview]
Message-ID: <CABBYNZ+N4JJBy81TY_EfSt1XddxWCC3Y5ooZLBe=Awppt+MrXA@mail.gmail.com> (raw)
In-Reply-To: <20160927000312.1275-1-mathew.j.martineau@linux.intel.com>
Hi Mat,
On Tue, Sep 27, 2016 at 3:03 AM, Mat Martineau
<mathew.j.martineau@linux.intel.com> wrote:
> ---
>
> I removed the ubcsp.c change because the file's CRLF line endings were
> causing problems with git-am, and since the spelling problem there is
> not user-visible.
>
> tools/l2test.c | 2 +-
> tools/scotest.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/l2test.c b/tools/l2test.c
> index d4e3ae6..1819423 100644
> --- a/tools/l2test.c
> +++ b/tools/l2test.c
> @@ -830,7 +830,7 @@ static void dump_mode(int sk)
> return;
> }
>
> - syslog(LOG_INFO, "Recevied %d bytes", len);
> + syslog(LOG_INFO, "Received %d bytes", len);
> hexdump(buf, len);
> }
> }
> diff --git a/tools/scotest.c b/tools/scotest.c
> index 596e403..f894c24 100644
> --- a/tools/scotest.c
> +++ b/tools/scotest.c
> @@ -265,7 +265,7 @@ static void dump_mode(int sk)
>
> syslog(LOG_INFO,"Receiving ...");
> while ((len = read(sk, buf, data_size)) > 0)
> - syslog(LOG_INFO, "Recevied %d bytes", len);
> + syslog(LOG_INFO, "Received %d bytes", len);
> }
>
> static void recv_mode(int sk)
> --
> 2.10.0
Applied, thanks.
--
Luiz Augusto von Dentz
prev parent reply other threads:[~2016-09-28 10:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-27 0:03 [PATCH BlueZ v2] tools: Fix recevied/received typos Mat Martineau
2016-09-28 10:55 ` Luiz Augusto von Dentz [this message]
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='CABBYNZ+N4JJBy81TY_EfSt1XddxWCC3Y5ooZLBe=Awppt+MrXA@mail.gmail.com' \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=mathew.j.martineau@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).