From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:45783 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbbFHIjk (ORCPT ); Mon, 8 Jun 2015 04:39:40 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Subject: Re: [5/9] wl1251: drop unneeded goto From: Kalle Valo In-Reply-To: <1432846944-7122-6-git-send-email-Julia.Lawall@lip6.fr> To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <20150608083940.110201406B9@smtp.codeaurora.org> (sfid-20150608_103945_669196_185E06A8) Date: Mon, 8 Jun 2015 08:39:40 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org List-ID: > From: Julia Lawall > > Delete jump to a label on the next line, when that label is not > used elsewhere. > > A simplified version of the semantic patch that makes this change is as > follows: (http://coccinelle.lip6.fr/) > > // > @r@ > identifier l; > @@ > > -if (...) goto l; > -l: > // > > Signed-off-by: Julia Lawall Thanks, applied to wireless-drivers-next.git. Kalle Valo