Bluetooth: Use const for struct l2cap_ops field
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 8 Jun 2014 08:05:31 +0000 (10:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:41 +0000 (17:42 +0200)
commit67f86a45bb82091a2775561a1e498010afff54ee
tree9b2856a75783bf619321ad7cf4b0096cfd50c0b0
parentb0c3e138b467a5cc3b2eb44c6525227f66d1496d
Bluetooth: Use const for struct l2cap_ops field

The struct l2cap_ops field should not allow any modifications and thus
it is better declared as const.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/l2cap.h
net/bluetooth/a2mp.c
net/bluetooth/l2cap_sock.c
This page took 0.026497 seconds and 5 git commands to generate.