diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-20 07:57:28 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-20 14:07:16 -0500 |
commit | 030013d8585bfc9479bb367bf771d96ef8e289a4 (patch) | |
tree | 3b2f13e6850adce78d1ba6ac1b798b35954c17f4 /include/net | |
parent | 6c9d42a1615c6dc19c4a57a77d9c4b3d779bb741 (diff) |
Bluetooth: Rename info_work to info_timer
It makes more sense this way, since info_timer is a timer using delayed
work API.
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index fc481d1ebf0b..f141fbecfa40 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -522,7 +522,7 @@ struct l2cap_conn { | |||
522 | __u8 info_state; | 522 | __u8 info_state; |
523 | __u8 info_ident; | 523 | __u8 info_ident; |
524 | 524 | ||
525 | struct delayed_work info_work; | 525 | struct delayed_work info_timer; |
526 | 526 | ||
527 | spinlock_t lock; | 527 | spinlock_t lock; |
528 | 528 | ||