Thread (14 messages) flat view 14 messages, 2 authors, 2021-06-02

Re: [PATCH v2 00/12] net/Bluetooth: correct the use of print format

From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-06-02 20:18:06
Also in: linux-bluetooth, lkml

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

changes v1 -> v2:
	fix some style problems

Kai Ye (12):
 net/Bluetooth/bnep - use the correct print format
 net/Bluetooth/cmtp - use the correct print format
 net/Bluetooth/hidp - use the correct print format
 net/Bluetooth/rfcomm - use the correct print format
 net/Bluetooth/6lowpan - use the correct print format
 net/Bluetooth/a2mp - use the correct print format
 net/Bluetooth/amp - use the correct print format
 net/Bluetooth/hci - use the correct print format
 net/Bluetooth/mgmt - use the correct print format
 net/Bluetooth/msft - use the correct print format
 net/Bluetooth/sco - use the correct print format
 net/Bluetooth/smp - use the correct print format
please fix the commit message to apply with expected style. Fixing up 12 patches manually is not something I am going to do.

Regards

Marcel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help