]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: cmtp: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:40:55 +0000 (15:40 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:40 +0000 (07:12 +0200)
commit4e9917e11d3a7d0645fbbe53b1349df99d2295cf
tree5ec1d7687a318421ca18a6e20b958cd6b2ac73fe
parent104c3fd4955e8ebaada20c0ac9aad229b48182c9
Bluetooth: cmtp: 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/cmtp/capi.c