Bluetooth: mgmt: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:41:02 +0000 (15:41 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:42 +0000 (07:12 +0200)
commit85d6728421c9b2797dea3a20f213dd44d9f8d7cd
tree54d72ccf6af5b1c754d6ca32470ccba22d58868d
parent610850bebc5baaf92d113247387b9fcab187259f
Bluetooth: mgmt: 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/mgmt.c
net/bluetooth/mgmt_config.c