Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932119AbbH0NHI (ORCPT ); Thu, 27 Aug 2015 09:07:08 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:33762 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753903AbbH0NHG (ORCPT ); Thu, 27 Aug 2015 09:07:06 -0400 From: Alexander Kuleshov To: Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Alexander Kuleshov Subject: [PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address Date: Thu, 27 Aug 2015 19:06:25 +0600 Message-Id: <1440680785-9327-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 29 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/