From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:33886 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751746AbaLCNQN (ORCPT ); Wed, 3 Dec 2014 08:16:13 -0500 Date: Wed, 3 Dec 2014 16:15:49 +0300 From: Dan Carpenter To: Julia Lawall Cc: SF Markus Elfring , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Jonathan Corbet , OGAWA Hirofumi , Coccinelle , backports@vger.kernel.org, Johannes Berg , "Luis R. Rodriguez" Subject: Re: [patch] CodingStyle: add some more error handling guidelines Message-ID: <20141203131549.GS5048@mwanda> (sfid-20141203_141629_083300_45CBCAD3) References: <20141202085950.GA13434@mwanda> <547F0297.6030202@users.sourceforge.net> <20141203124511.GR5048@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: backports-owner@vger.kernel.org List-ID: On Wed, Dec 03, 2014 at 01:52:53PM +0100, Julia Lawall wrote: > On Wed, 3 Dec 2014, Dan Carpenter wrote: > > > On Wed, Dec 03, 2014 at 01:31:19PM +0100, SF Markus Elfring wrote: > > > > > > * To which source code place should the word "location" refer to? > > > - jump source > > > - jump target > > > > jump target. > > I think you mean source? Or it really is ambiguous. The example was > err_kmalloc_failed, which seems source-related. Yeah. You're right. I misread Markus's email. The goto location is where the goto is. The label location is where the label is. regards, dan carpenter