]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: msft: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:41:03 +0000 (15:41 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:42 +0000 (07:12 +0200)
commit64c4d139fa25381d4dd43a725c9af4b90b266c89
tree611597ab6ae0bf586cfb319d119662e00185c74b
parentfa4c32f921cc7e2dec30c56cba5ea3990fb7075c
Bluetooth: msft: 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/msft.c