Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754434AbbH0NNF (ORCPT ); Thu, 27 Aug 2015 09:13:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40002 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752525AbbH0NNC (ORCPT ); Thu, 27 Aug 2015 09:13:02 -0400 From: Jes Sorensen To: Alexander Kuleshov Cc: Greg Kroah-Hartman , Larry Finger , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] staging/rtl8723au: Use %pM format specifier to print mac address References: <1440680785-9327-1-git-send-email-kuleshovmail@gmail.com> <1440680967-9514-1-git-send-email-kuleshovmail@gmail.com> Date: Thu, 27 Aug 2015 09:13:01 -0400 In-Reply-To: <1440680967-9514-1-git-send-email-kuleshovmail@gmail.com> (Alexander Kuleshov's message of "Thu, 27 Aug 2015 19:09:27 +0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 17 Alexander Kuleshov writes: > 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... > > Signed-off-by: Alexander Kuleshov > --- > drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Works for me Acked-by: Jes Sorensen -- 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/