From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 23 May 2014 12:07:57 +0000 Subject: Re: [PATCH v2] staging: lustre: lnet: klnds: Fix coding style in socklnd.c Message-Id: <20140523120757.GA6540@kroah.com> List-Id: References: <1400540603-12039-1-git-send-email-massa.nomura@gmail.com> In-Reply-To: <1400540603-12039-1-git-send-email-massa.nomura@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Masaru Nomura Cc: andreas.dilger@intel.com, green@linuxhacker.ru, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Tue, May 20, 2014 at 12:03:23AM +0100, Masaru Nomura wrote: > Remove prohibited space between function name and > open parenthesis to meet kernel coding style. > Also fix indenting due to changes to keep readability. > > I undid modifications to memset(...) which I made in > previous patches as it could be removed based on > the fact LIBCFS_ALLOC is executed before memset. > With this, others can notice warnings against memset > caused by checkpatch.pl and modify it easily. > > Signed-off-by: Masaru Nomura > --- > .../staging/lustre/lnet/klnds/socklnd/socklnd.c | 238 ++++++++++---------- > 1 file changed, 119 insertions(+), 119 deletions(-) This patch doesn't apply against my tree anymore. Can you please refresh it and resend? thanks, greg k-h