diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2011-04-06 04:43:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-21 05:19:25 -0400 |
commit | 6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8 (patch) | |
tree | 6193ceec38b116176e65c6e324f43f9ea6825dcd /net/bluetooth | |
parent | d2a1cfebe38edc0bbac8f5cfbce062fe3d146d7a (diff) |
HID: bt: hidp.h: do not use a tab after a #define
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index 13de5fa03480..c9be80395c30 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h | |||
@@ -80,7 +80,7 @@ | |||
80 | #define HIDP_VIRTUAL_CABLE_UNPLUG 0 | 80 | #define HIDP_VIRTUAL_CABLE_UNPLUG 0 |
81 | #define HIDP_BOOT_PROTOCOL_MODE 1 | 81 | #define HIDP_BOOT_PROTOCOL_MODE 1 |
82 | #define HIDP_BLUETOOTH_VENDOR_ID 9 | 82 | #define HIDP_BLUETOOTH_VENDOR_ID 9 |
83 | #define HIDP_WAITING_FOR_RETURN 10 | 83 | #define HIDP_WAITING_FOR_RETURN 10 |
84 | #define HIDP_WAITING_FOR_SEND_ACK 11 | 84 | #define HIDP_WAITING_FOR_SEND_ACK 11 |
85 | 85 | ||
86 | struct hidp_connadd_req { | 86 | struct hidp_connadd_req { |