summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorAndre Guedes2012-02-03 21:48:02 +0100
committerJohan Hedberg2012-02-13 16:01:34 +0100
commite87775250f322b8f1612cf9918fcde827948f087 (patch)
treea7d11ff53b35ff404a9719d7e8c6bc3c1d9c88aa /net/bluetooth/mgmt.c
parentBluetooth: MGMT start discovery LE-Only support (diff)
downloadkernel-qcow2-linux-e87775250f322b8f1612cf9918fcde827948f087.tar.gz
kernel-qcow2-linux-e87775250f322b8f1612cf9918fcde827948f087.tar.xz
kernel-qcow2-linux-e87775250f322b8f1612cf9918fcde827948f087.zip
Bluetooth: Fix indentation
This patch fixes a #define indentation in mgmt.c. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 8c9de58779c7..de7326b111ba 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -44,7 +44,7 @@
#define LE_SCAN_INT 0x12
#define LE_SCAN_TIMEOUT_LE_ONLY 10240 /* TGAP(gen_disc_scan_min) */
-#define INQUIRY_LEN_BREDR 0x08 /* TGAP(100) */
+#define INQUIRY_LEN_BREDR 0x08 /* TGAP(100) */
#define SERVICE_CACHE_TIMEOUT (5 * 1000)