diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2011-04-06 10:43:23 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-21 11:19:25 +0200 |
commit | 6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8 (patch) | |
tree | 6193ceec38b116176e65c6e324f43f9ea6825dcd /net | |
parent | d2a1cfebe38edc0bbac8f5cfbce062fe3d146d7a (diff) | |
download | linux-stable-6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8.tar.gz linux-stable-6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8.tar.bz2 linux-stable-6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8.zip |
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')
-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 @@ #define HIDP_VIRTUAL_CABLE_UNPLUG 0 #define HIDP_BOOT_PROTOCOL_MODE 1 #define HIDP_BLUETOOTH_VENDOR_ID 9 -#define HIDP_WAITING_FOR_RETURN 10 +#define HIDP_WAITING_FOR_RETURN 10 #define HIDP_WAITING_FOR_SEND_ACK 11 struct hidp_connadd_req { |