diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 0f78e34220c9..6a2d0387475c 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -1921,7 +1921,7 @@ int hci_recv_frame(struct sk_buff *skb) | |||
1921 | return -ENXIO; | 1921 | return -ENXIO; |
1922 | } | 1922 | } |
1923 | 1923 | ||
1924 | /* Incomming skb */ | 1924 | /* Incoming skb */ |
1925 | bt_cb(skb)->incoming = 1; | 1925 | bt_cb(skb)->incoming = 1; |
1926 | 1926 | ||
1927 | /* Time stamp */ | 1927 | /* Time stamp */ |