From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbcLJOHk (ORCPT ); Sat, 10 Dec 2016 09:07:40 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53172 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbcLJOHj (ORCPT ); Sat, 10 Dec 2016 09:07:39 -0500 Date: Sat, 10 Dec 2016 15:07:41 +0100 From: Greg Kroah-Hartman To: csmanjuvijay@gmail.com Cc: Alan Stern , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] USB: EHCI: spear: fix code warnings Message-ID: <20161210140741.GA19434@kroah.com> References: <1481234218-9834-1-git-send-email-csmanjuvijay@gmail.com> <1481236811-10462-1-git-send-email-csmanjuvijay@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481236811-10462-1-git-send-email-csmanjuvijay@gmail.com> 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 Thu, Dec 08, 2016 at 10:40:11PM +0000, csmanjuvijay@gmail.com wrote: > From: Manjunath Goudar > > This patch will fix the checkpatch.pl following warnings > WARNING: Block comments should align the * on each line > WARNING: space prohibited before semicolon I've said this before, only do one "type" of fix per patch, and not "fix all coding style issues". The subject is also a bit "harsh" there is not "code warnings", that normally means a build warning. These are just minor coding _style_ warnings. So please break up all of your patches like this and resend them as a single series of patches. I'll drop all of your pending ones from my queue right now. thanks, greg k-h