From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752468AbbCLSty (ORCPT ); Thu, 12 Mar 2015 14:49:54 -0400 Received: from mail-by2on0105.outbound.protection.outlook.com ([207.46.100.105]:30304 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752288AbbCLStv (ORCPT ); Thu, 12 Mar 2015 14:49:51 -0400 Message-ID: <1426186182.30327.127.camel@freescale.com> Subject: Re: [PATCH 12/22] sparc: %pF is only for function pointers From: Scott Wood To: Sam Ravnborg CC: , , Date: Thu, 12 Mar 2015 13:49:42 -0500 In-Reply-To: <20150312184757.GA22552@ravnborg.org> References: <1426130037-17956-1-git-send-email-scottwood@freescale.com> <1426130037-17956-12-git-send-email-scottwood@freescale.com> <20150312184757.GA22552@ravnborg.org> 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: BN3PR09CA0022.namprd09.prod.outlook.com (25.160.111.160) To DM2PR0301MB0733.namprd03.prod.outlook.com (25.160.97.141) Authentication-Results: ravnborg.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0733; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(377424004)(24454002)(51704005)(47776003)(92566002)(76176999)(50226001)(50986999)(77156002)(62966003)(5820100001)(2950100001)(23676002)(33646002)(36756003)(122386002)(46102003)(110136001)(86362001)(87976001)(40100003)(42186005)(103116003)(50466002)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0301MB0733;H:[IPv6:2601:2:5800:3f7:12bf:48ff:fe84:c9a0];FPR:;SPF:None;MLV:sfv;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:DM2PR0301MB0733;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0733; X-Forefront-PRVS: 05134F8B4F X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Mar 2015 18:49:48.9720 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0301MB0733 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-03-12 at 19:47 +0100, Sam Ravnborg wrote: > On Wed, Mar 11, 2015 at 10:13:47PM -0500, Scott Wood wrote: > > Use %pS for actual addresses, otherwise you'll get bad output > > on arches like ppc64 where %pF expects a function descriptor. Even on > > other architectures, refrain from setting a bad example that people > > copy. > > The commit message used uppercase 'S' and 'F'. > But the patch uses lowercase variants. > > Is this to highlight the letter in the commit message or some unwanted inconsistency? It was copy and paste from others in the series that did involve the capital version. I can send a v2 with an updated commit message. -Scott