From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754868AbaIBRbw (ORCPT ); Tue, 2 Sep 2014 13:31:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56745 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753703AbaIBRbv (ORCPT ); Tue, 2 Sep 2014 13:31:51 -0400 Date: Tue, 2 Sep 2014 10:31:50 -0700 From: Greg Kroah-Hartman To: sunwxg Cc: Dulshani Gunawardhana , Josh Triplett , "John L. Hammond" , Andreas Dilger , Chi Pham , Oleg Drokin , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: lustre: lov_pack: fix coding style issue Message-ID: <20140902173150.GA21300@kroah.com> References: <1409586755-805-2-git-send-email-sun.wxg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409586755-805-2-git-send-email-sun.wxg@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 01, 2014 at 11:52:35PM +0800, sunwxg wrote: > From: Sun Wang > > Fix the style error checking by checkpatch.pl > ERROR: space required after that ',' > > Signed-off-by: Sun Wang > > --- > drivers/staging/lustre/lustre/lov/lov_pack.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Someone already submitted this fix before you did, sorry. greg k-h