From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Mon, 30 Oct 2017 13:44:31 +0000 Subject: Re: [PATCH 4/5] wlcore: Use common error handling code in wlcore_set_beacon_template() Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 >> @@ -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