diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-25 21:32:13 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-25 22:09:45 -0400 |
commit | 08dc0e987e2855e28714670b8214dea1f76534ba (patch) | |
tree | a2503d0c36b904a6e44c060dbade595b59293fd7 /net | |
parent | eb17380972d563a7dd59634cd2fdb614f3b98cdd (diff) |
Bluetooth: Fix minor typo in comment for static address setting
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 38b03bd14723..f95937c47b9e 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -693,7 +693,7 @@ static u32 get_current_settings(struct hci_dev *hdev) | |||
693 | * the second is to indicate if it is actually set. | 693 | * the second is to indicate if it is actually set. |
694 | * | 694 | * |
695 | * This means if the static address is not configured, this flag | 695 | * This means if the static address is not configured, this flag |
696 | * will never bet set. If the address is configured, then if the | 696 | * will never be set. If the address is configured, then if the |
697 | * address is actually used decides if the flag is set or not. | 697 | * address is actually used decides if the flag is set or not. |
698 | * | 698 | * |
699 | * For single mode LE only controllers and dual-mode controllers | 699 | * For single mode LE only controllers and dual-mode controllers |