From: Karl Beldan <karl.beldan@gmail.com>
To: marcel@holtmann.org
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Bluetooth: Fix typo in stats for hci_uart
Date: Wed, 05 Aug 2009 12:20:27 +0200 [thread overview]
Message-ID: <4A795CEB.1000808@gmail.com> (raw)
In-Reply-To: <4A6F2A12.8020201@gmail.com>
Hi Marcel,
Are you considering applying this trivial one ?
Karl Beldan wrote:
> s/stat.cmd_tx++/stat.sco_tx++ for HCI_SCODATA_PKT
>
> Signed-off-by: Karl Beldan <karl.beldan@mobile-devices.fr>
> ---
> drivers/bluetooth/hci_ldisc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
> index 4895f0e..a08b207 100644
> --- a/drivers/bluetooth/hci_ldisc.c
> +++ b/drivers/bluetooth/hci_ldisc.c
> @@ -101,7 +101,7 @@ static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type)
> break;
>
> case HCI_SCODATA_PKT:
> - hdev->stat.cmd_tx++;
> + hdev->stat.sco_tx++;
> break;
> }
> }
>
prev parent reply other threads:[~2009-08-05 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 16:40 [PATCH] Bluetooth: Fix typo in stats for hci_uart Karl Beldan
2009-08-05 10:20 ` Karl Beldan [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=4A795CEB.1000808@gmail.com \
--to=karl.beldan@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox