From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757029AbcFHRN6 (ORCPT ); Wed, 8 Jun 2016 13:13:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60568 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753557AbcFHRN5 (ORCPT ); Wed, 8 Jun 2016 13:13:57 -0400 Date: Wed, 8 Jun 2016 10:13:56 -0700 From: Greg KH To: Jaime Arrocha Cc: devel@driverdev.osuosl.org, liodot@gmail.com, linux-kernel@vger.kernel.org, charrer@alacritech.com Subject: Re: Re: [PATCH] staging: slicoss: replacement of goto statements Message-ID: <20160608171356.GA30351@kroah.com> References: <1465393566-946-1-git-send-email-jarr@innercoder.com> <20160608154947.GA17052@kroah.com> <15530d7b772.1030f083c66401.3071744769675761904@innercoder.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15530d7b772.1030f083c66401.3071744769675761904@innercoder.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 08, 2016 at 11:28:11AM -0500, Jaime Arrocha wrote: > > ---- 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". What documentation? And what people? > I didn't test the changes. But it compiled and logically tested > possible outcomes. > > Not good enough? :) Nope, sorry, churn for churn's sake isn't acceptable. greg k-h