From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbbFDHy4 (ORCPT ); Thu, 4 Jun 2015 03:54:56 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:48323 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbbFDHyq (ORCPT ); Thu, 4 Jun 2015 03:54:46 -0400 Date: Thu, 4 Jun 2015 10:54:08 +0300 From: Dan Carpenter To: James Simmons Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger , Linux Kernel Mailing List , lustre-devel@lists.lustre.org Subject: Re: [PATCH v4 6/7] staging:lustre: style cleanups for lib-socket.c Message-ID: <20150604075408.GC28762@mwanda> References: <1433361433-24976-1-git-send-email-jsimmons@infradead.org> <1433361433-24976-7-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433361433-24976-7-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 03, 2015 at 03:57:12PM -0400, James Simmons wrote: > Handle all the style issues reported by checkpatch.pl. > Remove general white spaces, spaces in function calls, > etc. > What Sudip said but mostly "all the style" issues is a taboo phrase which pretty much gaurantees the change will be rejected. :( regards, dan carpenter