Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753975Ab0AHAIv (ORCPT ); Thu, 7 Jan 2010 19:08:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753785Ab0AHAIu (ORCPT ); Thu, 7 Jan 2010 19:08:50 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:34670 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753706Ab0AHAIt (ORCPT ); Thu, 7 Jan 2010 19:08:49 -0500 Date: Fri, 8 Jan 2010 11:08:48 +1100 From: Simon Horman To: David Miller Cc: macro@linux-mips.org, joe@perches.com, hartleys@visionengravers.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses Message-ID: <20100108000843.GI2436@verge.net.au> References: <1262888625.10429.23.camel@Joe-Laptop.home> <20100107.140942.135976087.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100107.140942.135976087.davem@davemloft.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1306 Lines: 29 On Thu, Jan 07, 2010 at 02:09:42PM -0800, David Miller wrote: > From: "Maciej W. Rozycki" > Date: Thu, 7 Jan 2010 20:42:12 +0000 (GMT) > > > What's the gain? I'd be rather conservative when taking everybody's 56 > > bytes for one or two drivers hardly anybody uses. The format of MAC > > addresses is unlikely to change, so I'd say the sources can live with > > one or two places where the strings are formatted manually. Even if the > > drivers lose more than these 56 bytes. > > We gain consistency. You know, the part that's completely bolixed > right now? > > I'm applying Joe's patch and followon patches to make the driver's > use the new printf format. In the vein of this, would it be worth adding some modifier to %i4 to print addresses for ftp helpers? That is, %u,%u,%u,%u. I think there are currently two users of that format string after Joe's latest round of updates. The users are net/netfilter/ipvs/ip_vs_ftp.c and net/ipv4/netfilter/nf_nat_ftp.c. Prior to Joe's latest changes ip_vs_ftp.c used %d,%d,%d,%d. -- 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/