From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753112Ab0CFX5Y (ORCPT ); Sat, 6 Mar 2010 18:57:24 -0500 Received: from mail.perches.com ([173.55.12.10]:1483 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934Ab0CFX5X (ORCPT ); Sat, 6 Mar 2010 18:57:23 -0500 Subject: Re: [RESEND PATCH 0/2] Make functions of dev_ macros, recursive vsnprintf From: Joe Perches To: Linus Torvalds Cc: Andrew Morton , Nick Andrew , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , netdev@vger.kernel.org In-Reply-To: References: <20100304143837.af39845d.akpm@linux-foundation.org> <1267911399.849.39.camel@Joe-Laptop.home> <1267914654.849.81.camel@Joe-Laptop.home> <1267918554.849.89.camel@Joe-Laptop.home> Content-Type: text/plain; charset="UTF-8" Date: Sat, 06 Mar 2010 15:57:21 -0800 Message-ID: <1267919841.1937.2.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2010-03-06 at 15:48 -0800, Linus Torvalds wrote: > On Sat, 6 Mar 2010, Linus Torvalds wrote: > > width: 5 (make it 6 bits and signed) > > precision: 5 (make it 6 bits, and signed) > Oh, actually, no, we do that whole left-justification with the flags, we > don't need that signed stuff. We do need one special value for the "no > width, no precision", though. What I posted is pretty simple. I think the added complexity isn't worth it. If you or anyone else does, all yours.