mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
Bluetooth: RFCOMM: Add minimal context analysis annotations
Add minimal compiler context analysis annotations, required for compilation to pass. Signed-off-by: Pauli Virtanen <pav@iki.fi> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
20b9e52c30
commit
6e06750c45
|
|
@ -60,6 +60,7 @@ static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb)
|
|||
}
|
||||
|
||||
static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err)
|
||||
__must_hold(&d->lock)
|
||||
{
|
||||
struct sock *sk = d->owner, *parent;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user