From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754756AbbISE7Q (ORCPT ); Sat, 19 Sep 2015 00:59:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45109 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754284AbbISE7P (ORCPT ); Sat, 19 Sep 2015 00:59:15 -0400 Date: Fri, 18 Sep 2015 19:47:40 -0700 From: Greg KH To: Anjali Menon Cc: devel@driverdev.osuosl.org, HPDD-discuss@ml01.01.org, andreas.dilger@intel.com, linux-kernel@vger.kernel.org, oleg.drokin@intel.com Subject: Re: [PATCH] staging: lustre: lustre: obdclass: Removed a space Message-ID: <20150919024740.GA22083@kroah.com> References: <1442580493-5147-1-git-send-email-cse.anjalimenon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442580493-5147-1-git-send-email-cse.anjalimenon@gmail.com> 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 Fri, Sep 18, 2015 at 06:18:13PM +0530, Anjali Menon wrote: > Removed a space to fix the following coding style error detected > by checkpatch.pl > > ERROR: space prohibited before that '++' (ctx:WxO) > > Signed-off-by: Anjali Menon > --- > drivers/staging/lustre/lustre/obdclass/llog.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This does not apply to my tree at all, what did you make it against? thanks, greg k-h