summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/smp.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko2012-07-19 16:03:44 +0200
committerGustavo Padovan2012-08-06 20:02:55 +0200
commitb93a68295f3a2b1b66d235ce8f9f5a97553f0d0e (patch)
tree1ad6af320b64dfaaf938059efa3ec31c7d16d1bc /include/net/bluetooth/smp.h
parentBluetooth: debug: Fix printing refcnt for hci_conn (diff)
downloadkernel-qcow2-linux-b93a68295f3a2b1b66d235ce8f9f5a97553f0d0e.tar.gz
kernel-qcow2-linux-b93a68295f3a2b1b66d235ce8f9f5a97553f0d0e.tar.xz
kernel-qcow2-linux-b93a68295f3a2b1b66d235ce8f9f5a97553f0d0e.zip
Bluetooth: trivial: Fix mixing spaces and tabs in smp
Change spaces to tabs in smp code Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/smp.h')
-rw-r--r--include/net/bluetooth/smp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/bluetooth/smp.h b/include/net/bluetooth/smp.h
index ca356a734920..50993a531d45 100644
--- a/include/net/bluetooth/smp.h
+++ b/include/net/bluetooth/smp.h
@@ -108,8 +108,8 @@ struct smp_cmd_security_req {
#define SMP_CONFIRM_FAILED 0x04
#define SMP_PAIRING_NOTSUPP 0x05
#define SMP_ENC_KEY_SIZE 0x06
-#define SMP_CMD_NOTSUPP 0x07
-#define SMP_UNSPECIFIED 0x08
+#define SMP_CMD_NOTSUPP 0x07
+#define SMP_UNSPECIFIED 0x08
#define SMP_REPEATED_ATTEMPTS 0x09
#define SMP_MIN_ENC_KEY_SIZE 7
@@ -123,8 +123,8 @@ struct smp_chan {
struct l2cap_conn *conn;
u8 preq[7]; /* SMP Pairing Request */
u8 prsp[7]; /* SMP Pairing Response */
- u8 prnd[16]; /* SMP Pairing Random (local) */
- u8 rrnd[16]; /* SMP Pairing Random (remote) */
+ u8 prnd[16]; /* SMP Pairing Random (local) */
+ u8 rrnd[16]; /* SMP Pairing Random (remote) */
u8 pcnf[16]; /* SMP Pairing Confirm */
u8 tk[16]; /* SMP Temporary Key */
u8 enc_key_size;