[PATCH 0/2] Add and use vsprintf extension %pMbt for bluetooth macs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Friday, December 3, 2010 - 7:33 pm

Using vsprintf extensions can save text and data.
Add %pMbt for the byte reversed output for bluetooth addresses.

Joe Perches (2):
  vsprintf: Add %pMbt, bluetooth mac address
  bluetooth: Use printf extension %pMbt

 lib/vsprintf.c              |    6 +++++-
 net/bluetooth/bnep/core.c   |    3 +--
 net/bluetooth/cmtp/core.c   |    2 +-
 net/bluetooth/hci_conn.c    |    6 +++---
 net/bluetooth/hci_core.c    |    8 ++++----
 net/bluetooth/hci_event.c   |    6 +++---
 net/bluetooth/hci_sysfs.c   |   10 +++++-----
 net/bluetooth/hidp/core.c   |    4 ++--
 net/bluetooth/l2cap.c       |   19 +++++++++----------
 net/bluetooth/lib.c         |   14 --------------
 net/bluetooth/rfcomm/core.c |   16 ++++++++--------
 net/bluetooth/rfcomm/sock.c |    8 ++++----
 net/bluetooth/rfcomm/tty.c  |    6 +++---
 net/bluetooth/sco.c         |   12 ++++++------
 14 files changed, 54 insertions(+), 66 deletions(-)

-- 
1.7.3.2.245.g03276.dirty

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] Add and use vsprintf extension %pMbt for bluet ..., Joe Perches, (Fri Dec 3, 7:33 pm)
[PATCH 2/2] bluetooth: Use printf extension %pMbt, Joe Perches, (Fri Dec 3, 7:33 pm)
Re: [PATCH 1/2] vsprintf: Add %pMbt, bluetooth mac address, Michał Mirosław, (Sat Dec 4, 4:03 am)
Re: [PATCH 1/2] vsprintf: Add %pMbt, bluetooth mac address, Gustavo F. Padovan, (Mon Dec 6, 11:11 am)
Re: [PATCH 2/2] bluetooth: Use printf extension %pMbt, Gustavo F. Padovan, (Mon Dec 6, 11:15 am)
Re: [PATCH 2/2] bluetooth: Use printf extension %pMbt, Joe Perches, (Mon Dec 6, 11:50 am)
Re: [PATCH 2/2] bluetooth: Use printf extension %pMbt, Gustavo F. Padovan, (Mon Dec 6, 1:07 pm)