From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752406AbcLFHHT (ORCPT ); Tue, 6 Dec 2016 02:07:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57842 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbcLFHHQ (ORCPT ); Tue, 6 Dec 2016 02:07:16 -0500 Date: Tue, 6 Dec 2016 08:07:03 +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] USB: OHCI: pxa27x: fix warnings and errors Message-ID: <20161206070703.GB10047@kroah.com> References: <1480976338-15646-1-git-send-email-csmanjuvijay@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480976338-15646-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 Mon, Dec 05, 2016 at 10:18:58PM +0000, csmanjuvijay@gmail.com wrote: > From: Manjunath Goudar > > This patch will fix the checkpatch.pl warnings and errors. what warnings and errors? Please always be specific. And don't send a single patch to fix everything up, break it up into logical types of fixes please. thanks, greg k-h