[PATCH 0/2] Bluetooth: Add documentation and replace printk calls

Yuran Pereira posted 2 patches 2 years, 1 month ago
net/bluetooth/lib.c | 71 ++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 67 insertions(+), 4 deletions(-)
[PATCH 0/2] Bluetooth: Add documentation and replace printk calls
Posted by Yuran Pereira 2 years, 1 month ago
The following patchset adds documentation to exported functions in
`net/bluetooth/lib.c` and ensures that `bt_*` logging functions are
calling the correct pr_* function as opposed to `printk(KERN_*`.

Yuran Pereira (2):
  Bluetooth: Add documentation to exported functions in lib
  Bluetooth: Replaces printk with pr_debug in bt_dbg

 net/bluetooth/lib.c | 71 ++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 67 insertions(+), 4 deletions(-)

-- 
2.25.1