Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751724AbbLJBnJ (ORCPT ); Wed, 9 Dec 2015 20:43:09 -0500 Received: from g9t5009.houston.hp.com ([15.240.92.67]:54367 "EHLO g9t5009.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbbLJBnH convert rfc822-to-8bit (ORCPT ); Wed, 9 Dec 2015 20:43:07 -0500 From: "Elliott, Robert (Persistent Memory)" To: Keith Busch , "linux-nvme@lists.infradead.org" , LKML CC: Matthew Wilcox , Greg Kroah-Hartman , Jens Axboe , Christoph Hellwig , Dan Williams , Joe Perches Subject: RE: [PATCHv3] printf: Add format for 8-byte EUI-64 type Thread-Topic: [PATCHv3] printf: Add format for 8-byte EUI-64 type Thread-Index: AQHRMtZh/dgKw+f1pECDUyR3nOxXzJ7DcTBQ Date: Thu, 10 Dec 2015 01:40:04 +0000 Message-ID: <94D0CD8314A33A4D9D801C0FE68B40295BE8E7F2@G4W3202.americas.hpqcorp.net> References: <1449702413-25598-1-git-send-email-keith.busch@intel.com> In-Reply-To: <1449702413-25598-1-git-send-email-keith.busch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [16.210.48.36] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 28 > -----Original Message----- > From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel- > owner@vger.kernel.org] On Behalf Of Keith Busch > Sent: Wednesday, December 9, 2015 5:07 PM ... > Subject: [PATCHv3] printf: Add format for 8-byte EUI-64 type > ... > @@ -1496,6 +1496,8 @@ char *pointer(const char *fmt, char *buf, char > *end, void *ptr, > case 'm': /* Contiguous: 000102030405 */ > /* [mM]F (FDDI) */ > /* [mM]R (Reverse order; Bluetooth) */ > + /* [mM]l (EUI-64) */ > + /* [mM][FM]l (FDDI/Reverse order EUI-64) */ Should that be [FR] rather than [FM]? --- Robert Elliott, HPE Persistent Memory -- 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/