projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0629d24
)
Bluetooth: btrtl: remove unneeded semicolon
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 25 Oct 2019 09:26:53 +0000
(17:26 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 26 Oct 2019 05:23:30 +0000
(07:23 +0200)
Remove unneeded semicolon.
This is detected by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btrtl.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btrtl.c
b/drivers/bluetooth/btrtl.c
index
ae9a204
..
f838537
100644
(file)
--- a/
drivers/bluetooth/btrtl.c
+++ b/
drivers/bluetooth/btrtl.c
@@
-778,7
+778,7
@@
int btrtl_get_uart_settings(struct hci_dev *hdev,
rtl_dev_dbg(hdev, "skipping config entry 0x%x (len %u)",
le16_to_cpu(entry->offset), entry->len);
break;
- }
;
+ }
i += sizeof(*entry) + entry->len;
}