]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: bnep: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:40:54 +0000 (15:40 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:40 +0000 (07:12 +0200)
commitee78e6e128e5ad86c78dca3a5ec43b25b9397819
tree55793698bf8afe93da678075d6ae84feed77a695
parentfb14c64a238f124b1e52476e19a7489cab50c33b
Bluetooth: bnep: Use the correct print format

According to Documentation/core-api/printk-formats.rst,
Use the correct print format. Printing an unsigned int value should use %u
instead of %d. Otherwise printk() might end up displaying negative numbers.

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