From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161033AbbCLQJN (ORCPT ); Thu, 12 Mar 2015 12:09:13 -0400 Received: from mail-bn1bbn0101.outbound.protection.outlook.com ([157.56.111.101]:64798 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932280AbbCLQJL (ORCPT ); Thu, 12 Mar 2015 12:09:11 -0400 Message-ID: <1426176541.30327.110.camel@freescale.com> Subject: Re: [Jfs-discussion] [PATCH 19/22] jfs: %pF is only for function pointers From: Scott Wood To: Dave Kleikamp CC: , , Date: Thu, 12 Mar 2015 11:09:01 -0500 In-Reply-To: <55019FB7.1000806@oracle.com> References: <1426130037-17956-1-git-send-email-scottwood@freescale.com> <1426130037-17956-19-git-send-email-scottwood@freescale.com> <55019FB7.1000806@oracle.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:5800:3f7:12bf:48ff:fe84:c9a0] X-ClientProxiedBy: BN3PR09CA0032.namprd09.prod.outlook.com (25.160.111.170) To CY1PR0301MB0730.namprd03.prod.outlook.com (25.160.159.148) Authentication-Results: oracle.com; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0730; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(979002)(6009001)(377424004)(377454003)(479174004)(24454002)(51704005)(5820100001)(50466002)(110136001)(62966003)(46102003)(50226001)(19580395003)(33646002)(76176999)(77156002)(19580405001)(86362001)(23676002)(42186005)(122386002)(40100003)(87976001)(103116003)(50986999)(47776003)(92566002)(2950100001)(36756003)(99106002)(3826002)(969003)(989001)(999001)(1009001)(1019001);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0301MB0730;H:[IPv6:2601:2:5800:3f7:12bf:48ff:fe84:c9a0];FPR:;SPF:None;MLV:ovrnspm;PTR:InfoNoRecords;LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002009)(5005006);SRVR:CY1PR0301MB0730;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0730; X-Forefront-PRVS: 05134F8B4F X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Mar 2015 16:09:07.8133 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0301MB0730 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-03-12 at 09:16 -0500, Dave Kleikamp wrote: > On 03/11/2015 10:13 PM, Scott Wood wrote: > > Use %pS for actual addresses, otherwise you'll get bad output > > on arches like ppc64 where %pF expects a function descriptor. > > > > Signed-off-by: Scott Wood > > Cc: jfs-discussion@lists.sourceforge.net > Acked-by: Dave Kleikamp > > Do you intend to submit these as a set, or would you rather I push this > one through the jfs subsystem? Go ahead and take this one. -Scott