From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.web.de ([212.227.17.11]:50142 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362AbdJ3Noz (ORCPT ); Mon, 30 Oct 2017 09:44:55 -0400 Subject: Re: [PATCH 4/5] wlcore: Use common error handling code in wlcore_set_beacon_template() To: Julian Calaby , linux-wireless , netdev Cc: Arend Van Spriel , Eyal Reizer , Iain Hunter , James Minor , Johannes Berg , Kalle Valo , Maxim Altshul , Pieter-Paul Giesberts , LKML , kernel-janitors References: From: SF Markus Elfring Message-ID: (sfid-20171030_144522_643290_6DF1206E) Date: Mon, 30 Oct 2017 14:44:31 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: >> @@ -4081,9 +4078,8 @@ static int wlcore_set_beacon_template(struct wl1271 *wl, >> beacon->data, >> beacon->len, 0, >> min_rate); >> -end_bcn: >> +free_skb: > > Why rename the label? I find it clearer according to the Linux coding style. Regards, Markus