]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Bluetooth: btqca: Fix misspelling of 'baudrate'
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 12 Mar 2019 23:02:57 +0000 (16:02 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Apr 2019 16:09:07 +0000 (18:09 +0200)
Rename the misspelled struct 'qca_bardrate' to 'qca_baudrate'

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.h

index c72c56ea74808b1e850e9e15759925bae72c0760..6fdc25d7bba7bc5e3c72f4e63b56d42e36c389b6 100644 (file)
@@ -41,7 +41,7 @@
 #define QCA_WCN3990_POWERON_PULSE      0xFC
 #define QCA_WCN3990_POWEROFF_PULSE     0xC0
 
-enum qca_bardrate {
+enum qca_baudrate {
        QCA_BAUDRATE_115200     = 0,
        QCA_BAUDRATE_57600,
        QCA_BAUDRATE_38400,