]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: use the correct print format for L2CAP debug statements
authorKai Ye <yekai13@huawei.com>
Tue, 6 Apr 2021 06:26:24 +0000 (14:26 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 6 Apr 2021 08:40:20 +0000 (10:40 +0200)
commit4374ad857204b4c51624a6cc7c390daad1d373ac
tree257281bd7eb28df94aaa03bca40ad987cfba1ecf
parent18861cce9144551434889a626fc9aa854ea9667b
Bluetooth: use the correct print format for L2CAP debug statements

Use the correct print format. Printing an unsigned int value should use %u
instead of %d. For details, please read document:
Documentation/core-api/printk-formats.rst

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c