From: Anderson Lizardo <anderson.lizardo@openbossa.org>
To: linux-bluetooth@vger.kernel.org
Cc: Anderson Lizardo <anderson.lizardo@openbossa.org>
Subject: [PATCH BlueZ 1/9] lib: Fix tab misuse
Date: Fri, 27 Apr 2012 10:36:44 -0400 [thread overview]
Message-ID: <1335537412-26478-2-git-send-email-anderson.lizardo@openbossa.org> (raw)
In-Reply-To: <1335537412-26478-1-git-send-email-anderson.lizardo@openbossa.org>
---
lib/hci.c | 2 +-
lib/hci_lib.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/hci.c b/lib/hci.c
index 269c021..66b2d5f 100644
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -2829,7 +2829,7 @@ int hci_le_set_advertise_enable(int dd, uint8_t enable, int to)
int hci_le_create_conn(int dd, uint16_t interval, uint16_t window,
uint8_t initiator_filter, uint8_t peer_bdaddr_type,
bdaddr_t peer_bdaddr, uint8_t own_bdaddr_type,
- uint16_t min_interval, uint16_t max_interval,
+ uint16_t min_interval, uint16_t max_interval,
uint16_t latency, uint16_t supervision_timeout,
uint16_t min_ce_length, uint16_t max_ce_length,
uint16_t *handle, int to)
diff --git a/lib/hci_lib.h b/lib/hci_lib.h
index 725eb05..cf4a0ff 100644
--- a/lib/hci_lib.h
+++ b/lib/hci_lib.h
@@ -123,7 +123,7 @@ int hci_le_set_advertise_enable(int dev_id, uint8_t enable, int to);
int hci_le_create_conn(int dd, uint16_t interval, uint16_t window,
uint8_t initiator_filter, uint8_t peer_bdaddr_type,
bdaddr_t peer_bdaddr, uint8_t own_bdaddr_type,
- uint16_t min_interval, uint16_t max_interval,
+ uint16_t min_interval, uint16_t max_interval,
uint16_t latency, uint16_t supervision_timeout,
uint16_t min_ce_length, uint16_t max_ce_length,
uint16_t *handle, int to);
--
1.7.5.4
next prev parent reply other threads:[~2012-04-27 14:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 14:36 [PATCH BlueZ 0/9] Fix indentation and tab misuse Anderson Lizardo
2012-04-27 14:36 ` Anderson Lizardo [this message]
2012-04-27 14:36 ` [PATCH BlueZ 2/9] tools: Fix " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 3/9] event: " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 4/9] device: " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 5/9] sap: " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 6/9] monitor: " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 7/9] deviceinfo: Fix indentation and " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 8/9] audio: Fix " Anderson Lizardo
2012-04-27 14:36 ` [PATCH BlueZ 9/9] hidd: Fix indentation Anderson Lizardo
2012-04-27 14:49 ` [PATCH BlueZ 0/9] Fix indentation and tab misuse Anderson Lizardo
2012-05-10 23:44 ` Johan Hedberg
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=1335537412-26478-2-git-send-email-anderson.lizardo@openbossa.org \
--to=anderson.lizardo@openbossa.org \
--cc=linux-bluetooth@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).