From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964795AbcBBQma (ORCPT ); Tue, 2 Feb 2016 11:42:30 -0500 Received: from mail-pf0-f172.google.com ([209.85.192.172]:36421 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932401AbcBBQm2 (ORCPT ); Tue, 2 Feb 2016 11:42:28 -0500 Date: Tue, 2 Feb 2016 22:12:12 +0530 From: Sudip Mukherjee To: punit vara Cc: kvalo@qca.qualcomm.com, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND,01/10] net: wireless: ath: Remove unnecessary semicolon Message-ID: <20160202164212.GD8235@sudip-laptop> References: <1445972565-14963-1-git-send-email-punitvara@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445972565-14963-1-git-send-email-punitvara@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 28, 2015 at 12:32:36AM +0530, punit vara wrote: > This patch is to the htt_rx.c that removes unneeded semicolon which is > reported by coccicheck. > > Here semicolon just create empty statement so please remote it. s/remote/remove Instead of "net: wireless: ath: Remove unnecessary semicolon" the subject should be "ath10k: Remove unnecessary semicolon" and please combine this patch and the next patch as they are similar change to the same driver. regards sudip