From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964781AbeAXPpj (ORCPT ); Wed, 24 Jan 2018 10:45:39 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:44506 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934058AbeAXPph (ORCPT ); Wed, 24 Jan 2018 10:45:37 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 4800660452 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: rtl8xxxu: Fix trailing semicolon From: Kalle Valo In-Reply-To: <20180117105622.3717-1-luisbg@kernel.org> References: <20180117105622.3717-1-luisbg@kernel.org> To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Joe Perches , Jes Sorensen , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Luis de Bethencourt User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20180124154537.1BE29607EB@smtp.codeaurora.org> Date: Wed, 24 Jan 2018 15:45:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. > > Signed-off-by: Luis de Bethencourt > Acked-by: Jes Sorensen Patch applied to wireless-drivers-next.git, thanks. 8054a275de08 rtl8xxxu: Fix trailing semicolon -- https://patchwork.kernel.org/patch/10169063/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches