linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx
@ 2010-10-07 19:57 Karl Beldan
  2010-10-07 20:35 ` Gustavo F. Padovan
  2010-10-08  8:33 ` Marcel Holtmann
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Beldan @ 2010-10-07 19:57 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-bluetooth, Karl Beldan, Marcel Holtmann

s/stat.cmd_tx++/stat.sco_tx++ for HCI_SCODATA_PKT

Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
---
 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 998833d..74cb6f3 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;
 	}
 }
-- 
1.7.1.422.g049e9

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx
  2010-10-07 19:57 [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx Karl Beldan
@ 2010-10-07 20:35 ` Gustavo F. Padovan
  2010-10-08  8:33 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo F. Padovan @ 2010-10-07 20:35 UTC (permalink / raw)
  To: Karl Beldan; +Cc: Jiri Kosina, linux-bluetooth, Marcel Holtmann

Hi Karl,

* Karl Beldan <karl.beldan@gmail.com> [2010-10-07 21:57:10 +0200]:

> s/stat.cmd_tx++/stat.sco_tx++ for HCI_SCODATA_PKT
> 
> Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
> Cc: Marcel Holtmann <marcel@holtmann.org>
> ---
>  drivers/bluetooth/hci_ldisc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Good catch! Applied, Thanks.

-- 
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx
  2010-10-07 19:57 [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx Karl Beldan
  2010-10-07 20:35 ` Gustavo F. Padovan
@ 2010-10-08  8:33 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2010-10-08  8:33 UTC (permalink / raw)
  To: Karl Beldan; +Cc: Jiri Kosina, linux-bluetooth

Hi Karl,

> s/stat.cmd_tx++/stat.sco_tx++ for HCI_SCODATA_PKT
> 
> Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
> Cc: Marcel Holtmann <marcel@holtmann.org>

Acked-by: Marcel Holtmann <marcel@holtmann.org>

Regards

Marcel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-08  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 19:57 [PATCH] Bluetooth: hci_uart: Fix typo in stats for sco tx Karl Beldan
2010-10-07 20:35 ` Gustavo F. Padovan
2010-10-08  8:33 ` Marcel Holtmann

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).