From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933540AbdBPSdB (ORCPT ); Thu, 16 Feb 2017 13:33:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58722 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932694AbdBPSc7 (ORCPT ); Thu, 16 Feb 2017 13:32:59 -0500 Date: Thu, 16 Feb 2017 10:32:58 -0800 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 7/9] staging: rtl8192u: Fixing style issues in r8180_93cx6.c Message-ID: <20170216183258.GC5188@kroah.com> References: <20170214201518.GA5133@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170214201518.GA5133@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 Wed, Feb 15, 2017 at 01:45:18AM +0530, simran singhal wrote: > Fixing the following checkpatch.pl errors and warning: > WARNING: Block comments use * on subsequent lines > > CHECK: Please don't use multiple blank lines > > CHECK: Alignment should match open parenthesis > > CHECK: spaces preferred around that '<<' > > CHECK: spaces preferred around that '-' > > CHECK: Alignment should match open parenthesis > > Signed-off-by: simran singhal That's a lot of different things all in one patch. Please don't do that, break up into individual patches. greg k-h