From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] drivers/net/lib82596.c: use %pM to shown MAC address Date: Wed, 30 Dec 2009 09:15:35 -0800 (PST) Message-ID: <20091230.091535.71098062.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: hartleys@visionengravers.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "H Hartley Sweeten" Date: Mon, 28 Dec 2009 17:43:17 -0500 > Use the %pM kernel extension to display the MAC address. > > The only difference in the output is that the MAC address is > shown in the usual colon-separated hex notation instead of > space-separated. > > Signed-off-by: H Hartley Sweeten Applied.