From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751377AbdBXRRX (ORCPT ); Fri, 24 Feb 2017 12:17:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36534 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdBXRRS (ORCPT ); Fri, 24 Feb 2017 12:17:18 -0500 Date: Fri, 24 Feb 2017 18:17:11 +0100 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH v2 6/6] staging: rtl8192e: Removed unnecessary parentheses Message-ID: <20170224171711.GA3159@kroah.com> References: <20170220171147.GA15849@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170220171147.GA15849@singhal-Inspiron-5558> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 20, 2017 at 10:41:47PM +0530, simran singhal wrote: > Extra parentheses were causing checkpatch issues > and were removed. > > Signed-off-by: simran singhal > --- > > v2: > -Removed parentheses around argument of cast > -Removed cast I can't keep track of random patches in the middle of a series that is updated. Please fix up and resend the whole series, as a series, that are linked together in an email client, not as independent emails (i.e. use git-send-email properly). thanks, greg k-h