summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
diff options
context:
space:
mode:
authorStephen Hemminger2014-10-28 05:12:20 +0100
committerMarcel Holtmann2014-10-28 17:23:58 +0100
commit49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch)
tree5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/hci_sock.c
parentBluetooth: 6lowpan: Fix lockdep splats (diff)
downloadkernel-qcow2-linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.tar.gz
kernel-qcow2-linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.tar.xz
kernel-qcow2-linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.zip
Bluetooth: spelling fixes
Fix spelling errors in comments. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r--net/bluetooth/hci_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
index 115f149362ba..bbc4ac748263 100644
--- a/net/bluetooth/hci_sock.c
+++ b/net/bluetooth/hci_sock.c
@@ -987,7 +987,7 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
skb_queue_tail(&hdev->raw_q, skb);
queue_work(hdev->workqueue, &hdev->tx_work);
} else {
- /* Stand-alone HCI commands must be flaged as
+ /* Stand-alone HCI commands must be flagged as
* single-command requests.
*/
bt_cb(skb)->req.start = true;