Re: [PATCH V2 3/3] bluetooth: Convert BT_DBG to pr_debug
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2012-02-17 08:42:10
Also in:
linux-bluetooth, lkml
Hi Joe,
Add "\n" to uses, align arguments, coalesce formats. Fix a typo and fix a bad format extended by a line continuation. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/bluetooth/ath3k.c | 10 +- drivers/bluetooth/bcm203x.c | 10 +- drivers/bluetooth/bfusb.c | 35 +++--- drivers/bluetooth/bpa10x.c | 30 ++-- drivers/bluetooth/btmrvl_main.c | 63 +++++----- drivers/bluetooth/btmrvl_sdio.c | 27 ++-- drivers/bluetooth/btsdio.c | 24 ++-- drivers/bluetooth/btusb.c | 48 ++++---- drivers/bluetooth/btwilink.c | 17 +-- drivers/bluetooth/hci_ath.c | 8 +- drivers/bluetooth/hci_bcsp.c | 28 ++-- drivers/bluetooth/hci_h4.c | 10 +- drivers/bluetooth/hci_ldisc.c | 23 ++-- drivers/bluetooth/hci_ll.c | 50 ++++---- include/net/bluetooth/l2cap.h | 2 +- net/bluetooth/af_bluetooth.c | 16 +- net/bluetooth/bnep/core.c | 26 ++-- net/bluetooth/bnep/netdev.c | 12 +- net/bluetooth/bnep/sock.c | 6 +- net/bluetooth/cmtp/capi.c | 31 +++-- net/bluetooth/cmtp/core.c | 23 ++-- net/bluetooth/cmtp/sock.c | 6 +- net/bluetooth/hci_conn.c | 58 ++++---- net/bluetooth/hci_core.c | 151 +++++++++++---------- net/bluetooth/hci_event.c | 282 ++++++++++++++++++++------------------- net/bluetooth/hci_sock.c | 20 ++-- net/bluetooth/hci_sysfs.c | 8 +- net/bluetooth/hidp/core.c | 44 ++++--- net/bluetooth/hidp/sock.c | 6 +- net/bluetooth/l2cap_core.c | 189 ++++++++++++++------------- net/bluetooth/l2cap_sock.c | 34 +++--- net/bluetooth/mgmt.c | 89 ++++++------ net/bluetooth/rfcomm/core.c | 164 ++++++++++++----------- net/bluetooth/rfcomm/sock.c | 49 ++++---- net/bluetooth/rfcomm/tty.c | 88 ++++++------ net/bluetooth/sco.c | 69 +++++----- net/bluetooth/smp.c | 33 +++--- 37 files changed, 915 insertions(+), 874 deletions(-)
this one has to wait. You are disturbing multiple developers that are working on core features. Regards Marcel