Skip to content

Commit

Permalink
Bluetooth: Fixing a few comment typos in the quirk definitions.
Browse files Browse the repository at this point in the history
This change simply fixes a few typos in the quirk definitions.

Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Alain Michaud authored and Marcel Holtmann committed Feb 28, 2020
1 parent 4f28e3f commit e37c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ enum {
* wrongly configured local features that will require forcing
* them to enable this mode. Getting RSSI information with the
* inquiry responses is preferred since it allows for a better
* user expierence.
* user experience.
*
* This quirk must be set before hci_register_dev is called.
*/
Expand All @@ -142,7 +142,7 @@ enum {

/* When this quirk is set, an external configuration step
* is required and will be indicated with the controller
* configuation.
* configuration.
*
* This quirk can be set before hci_register_dev is called or
* during the hdev->setup vendor callback.
Expand Down

0 comments on commit e37c57a

Please sign in to comment.