Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752404AbbL1PDY (ORCPT ); Mon, 28 Dec 2015 10:03:24 -0500 Received: from mout.web.de ([212.227.17.12]:56551 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbbL1PDW (ORCPT ); Mon, 28 Dec 2015 10:03:22 -0500 Subject: Re: [media] m88rs6000t: Better exception handling in five functions To: Julia Lawall References: <566ABCD9.1060404@users.sourceforge.net> <5680FDB3.7060305@users.sourceforge.net> <56810F56.4080306@users.sourceforge.net> <568148FD.7080209@users.sourceforge.net> <5681497E.7030702@users.sourceforge.net> Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab , LKML , kernel-janitors@vger.kernel.org From: SF Markus Elfring X-Enigmail-Draft-Status: N1110 Message-ID: <56814F35.5030103@users.sourceforge.net> Date: Mon, 28 Dec 2015 16:03:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:i9LB5xK8FacTGsbZwV5RrbZF6IO//ShlOWfpq4RnLAEDztpdFgu /Fgze5tcIBevO9EjH0gFBVQwKKxd6E4226OgbzeYZIoAkMZUuI2BgIaRO/GUlHl1NXcrMXj vaa5MW449KxWIVdxSwMUDKyuLpGPdxNAleSgEiU4MUQ/Hs3YeNZsxo/VB0QyI5m0SppIMCf raaV6afKstO1WzQsIyTCg== X-UI-Out-Filterresults: notjunk:1;V01:K0:f8lTCdfuU7o=:Fgr1uLt6JutxsT0a0oMD2f 4HAfCqI+op25CcIZ3P214wJNMDxVfkqP/6T+la0MqUW3CnzpKexn/RUi9b16dGwPO6BMqYNGR pGtxWm25FPi10YBDOPD/4VFBL7c3jkVBI9qtMzfgUupn/WF3kV4vM2/+OUsOV5JVYmBHVePh8 PNXNlRcSKF3H2kIeBsq0HXgptAz9Sg8jG5xOgOtdeZHhtfx2TgGC4lbNVb916NxPFbTfxX+fy Utv3wpcvYYm/yV1Edc0YxGynIl0hayTAGT53BMjBXoVTt6Bl91HVl115ayMOpt67DZBH17RxP vtWjrsuCcdHLO6BBPA0/W/WdLBVZyZ12OazdxAcf8yAjTZZWtLnzg3eLswc7uU3SXNONymIk6 rz69nOztoEoWWBI0GS4BQO1LZXp7f3yCbJyMGBbLpDUc2YpqciBh/e5Eq6+ufPZQLc141/af2 t/F+6ONye7RbggtrslSfLfYffUf7FNMmJ07iNZG5FVJBfNS/0oFcWFjWIpdmtZmnzfvXqVCDu f/FNFpryyFDvEKFShtV1x4AfswUf/EqojwhVrT2JVHgBIkH4hsB9PPp8KFLFuMl2h8BR0AFUl tQ/UVot65+zTSr2XTI98N8KG4S9UyiYLzLCyWWuKoc7BDA6fcOzJzdkgVPoPL9jk5CuBOTn23 roGEa1qXSlz4F6hjvuvj1dXokweN/fAA3+uk2i6ajKZc5DE11HfFE2Qp0zb4qExCercEx5DCB BYmlxJ5Aso8Y1APNeqdo1aHDUUv9PV6rOnxVWVgkgwgKrgL0Q7iMKuOiOh9ds5AVHDpdSjwwr kg5krMb/OJNkhhbPY/GbQGvH6BIYg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 21 >> Move the jump label directly before the desired log statement >> so that the variable "ret" will not be checked once more >> after a function call. > > This commit message fits with the previous change. Do you prefer an other wording? > It could be nice to put a blank line before the error handling code. Is it really a coding style requirement to insert another blank line between the suggested placement of the statement "return 0;" and the jump label? Regards, Markus -- 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/