Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755035AbZDODNo (ORCPT ); Tue, 14 Apr 2009 23:13:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752530AbZDODNf (ORCPT ); Tue, 14 Apr 2009 23:13:35 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:44507 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751669AbZDODNe (ORCPT ); Tue, 14 Apr 2009 23:13:34 -0400 From: KOSAKI Motohiro To: Steven Rostedt Subject: Re: [PATCH] vsprintf: introduce %pf Cc: kosaki.motohiro@jp.fujitsu.com, Mike Frysinger , Frederic Weisbecker , Ingo Molnar , Zhaolei , Tom Zanussi , Li Zefan , LKML , Andrew Morton In-Reply-To: References: <8bd0f97a0904141917g3496f526ifc4fe0bd41c3d1c7@mail.gmail.com> Message-Id: <20090415121026.AC37.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50 [ja] Date: Wed, 15 Apr 2009 12:13:31 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 29 > > On Tue, 14 Apr 2009, Mike Frysinger wrote: > > > On Tue, Apr 14, 2009 at 20:00, Frederic Weisbecker wrote: > > > - * - 'F' For symbolic function descriptor pointers > > > + * - 'F' For symbolic function descriptor pointers with asm offset > > > + * - 'f' For simple function symbol > > > > "asm" is weird here as it isnt an assembly offset (not that i have any > > idea what an "assembly offset" even means). just say "offset". > > Or perhaps better: function offset, as it ususally means the offset into > the function. maybe No. if %pf point to global function, offset is meaningless (only have internal meaning) it point to static function, offset mean offset against previous symbol. perhaps, the symbol can non function symbol... -- 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/