[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440680785-9327-1-git-send-email-kuleshovmail@gmail.com>
Date: Thu, 27 Aug 2015 19:06:25 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists