From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758285AbcCVCZL (ORCPT ); Mon, 21 Mar 2016 22:25:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59671 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758162AbcCVCZK (ORCPT ); Mon, 21 Mar 2016 22:25:10 -0400 Date: Mon, 21 Mar 2016 22:25:08 -0400 From: Greg KH To: Sohom Bhattacharjee Cc: devel@driverdev.osuosl.org, Scott Branden , Jon Mason , Ray Jui , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradeed.org, bcm-kernel-feedback-list@broadcom.com, Hannes Reinecke , Nicholas Mc Guire , Joe Perches , RonitHalder , James Bottomley Subject: Re: [PATCH] staging: rts5208: coding style clean-ups Message-ID: <20160322022508.GA18726@kroah.com> References: <20160321172336.GA4023@sam> <20160321212924.GA29224@kroah.com> <20160322021525.GA3293@sam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160322021525.GA3293@sam> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 22, 2016 at 07:45:25AM +0530, Sohom Bhattacharjee wrote: > On Mon, Mar 21, 2016 at 05:29:24PM -0400, Greg KH wrote: > > On Mon, Mar 21, 2016 at 10:53:36PM +0530, Sohom Bhattacharjee wrote: > > > fixed *only* comments that did not follow kernel coding style. > > > the errors were caught by the checkpatch.pl tool > > > > > > Signed-off-by: Sohom Bhattacharjee > > > > Does not apply to the tree at all :( > what do you mean ? > i used the Linus's latest git tree. :) That's usually quite a bit behind the current development tree. Always use linux-next to work against, you can miss almost 3 months of development effort at times. thanks, greg k-h