public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address
@ 2015-08-27 13:06 Alexander Kuleshov
  2015-08-27 13:08 ` [PATCH 1/3] staging/rtl8188eu: " Alexander Kuleshov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexander Kuleshov @ 2015-08-27 13:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-kernel, Alexander Kuleshov

printk() supports %pM format specifier for printing 6-byte MAC/FDDI
addresses in hex notation small buffers, let's use it intead of %x:%x...

This patch set provides fixes for the following drivers:

  * rtl8188eu
  * rtl8723au
  * wilc1000

Alexander Kuleshov (3):
  staging/rtl8188eu: Use %pM format specifier to print mac address
  staging/rtl8723au: Use %pM format specifier to print mac address
  staging/wilc1000: Use %pM format specifier to print mac address

 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 5 ++---
 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++-----
 drivers/staging/wilc1000/host_interface.c     | 6 +++---
 drivers/staging/wilc1000/linux_mon.c          | 2 +-
 drivers/staging/wilc1000/linux_wlan.c         | 3 +--
 5 files changed, 9 insertions(+), 14 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2015-09-03  1:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 13:06 [PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address Alexander Kuleshov
2015-08-27 13:08 ` [PATCH 1/3] staging/rtl8188eu: " Alexander Kuleshov
2015-08-27 13:09 ` [PATCH 2/3] staging/rtl8723au: " Alexander Kuleshov
2015-08-27 13:13   ` Jes Sorensen
2015-08-27 13:10 ` [PATCH 3/3] staging/wilc1000: " Alexander Kuleshov
2015-09-03  1:37   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox