From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Subject: Re: iSCSI-target: Use common error handling code in iscsi_decode_text_input() Date: Mon, 6 Nov 2017 22:11:06 +0100 Message-ID: <49e62625-8c1d-5bbe-2ddd-e25e117754db@users.sourceforge.net> References: <20171106162549.5b2511db@alans-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20171106162549.5b2511db@alans-desktop> Content-Language: en-GB Sender: linux-kernel-owner@vger.kernel.org To: Alan Cox , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org Cc: Arun Easi , Bart Van Assche , "Nicholas A. Bellinger" , LKML , kernel-janitors@vger.kernel.org List-Id: linux-scsi@vger.kernel.org >> Add a jump target so that a bit of exception handling can be better reused >> at the end of this function. > > Why not look at what the C compiler generates before making the code > less readable ? * Does the adjusted source code layout fit to information from the section “7) Centralized exiting of functions” in the document “coding-style.rst”? * Would you find a reduction of 16 bytes for the object code useful for the affected function implementation? Regards, Markus