From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757653AbcFHQ2Q (ORCPT ); Wed, 8 Jun 2016 12:28:16 -0400 Received: from sender154-mail.zoho.com ([74.201.84.154]:28481 "EHLO sender154-mail.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757636AbcFHQ2P (ORCPT ); Wed, 8 Jun 2016 12:28:15 -0400 Date: Wed, 08 Jun 2016 11:28:11 -0500 From: Jaime Arrocha To: Greg KH Cc: , , , Message-ID: <15530d7b772.1030f083c66401.3071744769675761904@innercoder.com> In-Reply-To: <20160608154947.GA17052@kroah.com> References: <1465393566-946-1-git-send-email-jarr@innercoder.com> <20160608154947.GA17052@kroah.com> Subject: Re: Re: [PATCH] staging: slicoss: replacement of goto statements MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ---- On Wed, 08 Jun 2016 10:49:47 -0500 Greg KH wrote ---- > On Wed, Jun 08, 2016 at 08:46:06AM -0500, Jaime Arrocha wrote: > > From: Jaime Arrocha > > > > Replaced deprecated goto statements. > > Since when is 'goto' deprecated? > > Were you able to test these changes? > > thanks, > > greg k-h > > Just wanted to see your stance on this type of changes. The documentation says "deprecated by some people". I didn't test the changes. But it compiled and logically tested possible outcomes. Not good enough? :) Thanks, Jaime A.