linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 0/4] Remove unsafe batostr
@ 2012-08-07 15:05 Andrei Emeltchenko
  2012-08-07 15:05 ` [PATCHv1 1/4] Bluetooth: Use %pMR BT addr print spec instead of batostr Andrei Emeltchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Andrei Emeltchenko @ 2012-08-07 15:05 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

Since the patch "vsprintf: add %pMR for Bluetooth MAC address" in in linux-next and wireless-testing
remove batostr.

http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=commitdiff;h=76597ff989a1fbaa9b9a1e54007cd759bf257ab7

Andrei Emeltchenko (4):
  Bluetooth: Use %pMR BT addr print spec instead of batostr
  Bluetooth: trivial: Shorten variable scope
  Bluetooth: Use %pMR instead of baswap in seq_show
  Bluetooth: trivial: Use preferred method for NULL check

 include/net/bluetooth/bluetooth.h |    1 -
 net/bluetooth/af_bluetooth.c      |   20 ++++++++------------
 net/bluetooth/bnep/core.c         |    3 +--
 net/bluetooth/cmtp/core.c         |    2 +-
 net/bluetooth/hci_conn.c          |    6 +++---
 net/bluetooth/hci_core.c          |   22 +++++++++++-----------
 net/bluetooth/hci_event.c         |   15 +++++++--------
 net/bluetooth/hci_sysfs.c         |   10 +++++-----
 net/bluetooth/hidp/core.c         |    8 ++++++--
 net/bluetooth/l2cap_core.c        |   11 +++++------
 net/bluetooth/lib.c               |   14 --------------
 net/bluetooth/rfcomm/core.c       |   15 +++++++--------
 net/bluetooth/rfcomm/sock.c       |    9 ++++-----
 net/bluetooth/rfcomm/tty.c        |    6 +++---
 net/bluetooth/sco.c               |   12 ++++++------
 15 files changed, 67 insertions(+), 87 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-09-27 21:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 15:05 [PATCHv1 0/4] Remove unsafe batostr Andrei Emeltchenko
2012-08-07 15:05 ` [PATCHv1 1/4] Bluetooth: Use %pMR BT addr print spec instead of batostr Andrei Emeltchenko
2012-08-07 15:05 ` [PATCHv1 2/4] Bluetooth: trivial: Shorten variable scope Andrei Emeltchenko
2012-08-07 15:05 ` [PATCHv1 3/4] Bluetooth: Use %pMR instead of baswap in seq_show Andrei Emeltchenko
2012-08-07 15:05 ` [PATCHv1 4/4] Bluetooth: trivial: Use preferred method for NULL check Andrei Emeltchenko
2012-08-15  4:16   ` Gustavo Padovan
2012-08-15  9:57     ` Andrei Emeltchenko
2012-08-21 17:55       ` Gustavo Padovan
2012-09-25  9:49         ` [PATCHv2 0/4] Remove unsafe batostr Andrei Emeltchenko
2012-09-25  9:49           ` [PATCHv2 1/4] Bluetooth: Use %pMR in debug instead of batostr Andrei Emeltchenko
2012-09-25  9:49           ` [PATCHv2 2/4] Bluetooth: Use %pMR in sprintf/seq_printf " Andrei Emeltchenko
2012-09-25  9:49           ` [PATCHv2 3/4] Bluetooth: Use %pMR instead of baswap in seq_show Andrei Emeltchenko
2012-09-25  9:49           ` [PATCHv2 4/4] bluetooth: Remove unneeded batostr function Andrei Emeltchenko
2012-09-25 16:27           ` [PATCHv2 0/4] Remove unsafe batostr Marcel Holtmann
2012-09-27 21:11           ` Gustavo Padovan
2012-08-07 15:45 ` [PATCHv1 " Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).