From: Alain Michaud Date: Thu, 27 Feb 2020 22:00:49 +0000 (+0000) Subject: Bluetooth: Fixing a few comment typos in the quirk definitions. X-Git-Tag: v5.10.7~2946^2~117^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e37c57a888b72d91c07e1c6a11a6bda499b01cff;p=platform%2Fkernel%2Flinux-rpi.git Bluetooth: Fixing a few comment typos in the quirk definitions. This change simply fixes a few typos in the quirk definitions. Signed-off-by: Alain Michaud Signed-off-by: Marcel Holtmann --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 29b638c..27b6363 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -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. */ @@ -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.