diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2014-10-28 07:12:20 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 19:23:58 +0300 |
commit | 49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch) | |
tree | 5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/hci_event.c | |
parent | df092306d688438b39f7d433f24e091fa387afaf (diff) | |
download | linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.tar.xz |
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_event.c')
-rw-r--r-- | net/bluetooth/hci_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 96291530606d..f5704bae67a2 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -1045,7 +1045,7 @@ static void hci_cc_le_set_adv_enable(struct hci_dev *hdev, struct sk_buff *skb) hci_dev_lock(hdev); - /* If we're doing connection initation as peripheral. Set a + /* If we're doing connection initiation as peripheral. Set a * timeout in case something goes wrong. */ if (*sent) { |