From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754866AbbICOXw (ORCPT ); Thu, 3 Sep 2015 10:23:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49330 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752702AbbICOXv (ORCPT ); Thu, 3 Sep 2015 10:23:51 -0400 Date: Thu, 3 Sep 2015 07:23:50 -0700 From: Greg Kroah-Hartman To: Alexander Kuleshov Cc: Johnny Kim , Rachel Kim , Dean Lee , Chris Park , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address Message-ID: <20150903142350.GA16857@kroah.com> References: <1441267542-32053-1-git-send-email-kuleshovmail@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441267542-32053-1-git-send-email-kuleshovmail@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 03, 2015 at 02:05:42PM +0600, Alexander Kuleshov wrote: > 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/wilc1000/host_interface.c | 6 +++--- > drivers/staging/wilc1000/linux_wlan.c | 3 +-- > 2 files changed, 4 insertions(+), 5 deletions(-) What changed from v1 of this patch? Please be specific. thanks, greg k-h