]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Bluetooth: 6lowpan: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:40:58 +0000 (15:40 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:41 +0000 (07:12 +0200)
commit658d5d8080b5ec6184402d3cf37c2070e4d9b6db
tree0c998f07379d89cda7b3990631b551cca62f7012
parent093dabb4f1aff982f7ef1cebf4e24be3fe47bcdb
Bluetooth: 6lowpan: 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/6lowpan.c