OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdd5a4
)
Bluetooth: btqca: Fix misspelling of 'baudrate'
author
Matthias Kaehlcke
<mka@chromium.org>
Tue, 12 Mar 2019 23:02:57 +0000
(16:02 -0700)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btqca.h
b/drivers/bluetooth/btqca.h
index
c72c56e
..
6fdc25d
100644
(file)
--- a/
drivers/bluetooth/btqca.h
+++ b/
drivers/bluetooth/btqca.h
@@
-41,7
+41,7
@@
#define QCA_WCN3990_POWERON_PULSE 0xFC
#define QCA_WCN3990_POWEROFF_PULSE 0xC0
-enum qca_ba
r
drate {
+enum qca_ba
u
drate {
QCA_BAUDRATE_115200 = 0,
QCA_BAUDRATE_57600,
QCA_BAUDRATE_38400,