aboutsummaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-12-20 10:57:28 -0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-20 17:07:16 -0200
commit030013d8585bfc9479bb367bf771d96ef8e289a4 (patch)
tree3b2f13e6850adce78d1ba6ac1b798b35954c17f4 /include/net
parent6c9d42a1615c6dc19c4a57a77d9c4b3d779bb741 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index fc481d1ebf0..f141fbecfa4 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -522,7 +522,7 @@ struct l2cap_conn {
__u8 info_state;
__u8 info_ident;
- struct delayed_work info_work;
+ struct delayed_work info_timer;
spinlock_t lock;