From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758411AbbFCQnL (ORCPT ); Wed, 3 Jun 2015 12:43:11 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35446 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756175AbbFCQnC (ORCPT ); Wed, 3 Jun 2015 12:43:02 -0400 Date: Wed, 3 Jun 2015 22:12:55 +0530 From: Sudip Mukherjee To: "Simmons, James A." Cc: James Simmons , "devel@driverdev.osuosl.org" , "HPDD-discuss@lists.01.org" , Greg Kroah-Hartman , Linux Kernel Mailing List , Oleg Drokin , "lustre-devel@lists.lustre.org" Subject: Re: [lustre-devel] [PATCH v3 4/7] staging:lustre: rename tcpip handling functions to lnet_* prefix Message-ID: <20150603164255.GC5314@sudip-PC> References: <1433341954-654-1-git-send-email-jsimmons@infradead.org> <1433341954-654-5-git-send-email-jsimmons@infradead.org> <20150603163323.GA5314@sudip-PC> <60d0f4468f1b401ea3643d5efcdb0b2d@EXCHCS32.ornl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60d0f4468f1b401ea3643d5efcdb0b2d@EXCHCS32.ornl.gov> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 03, 2015 at 04:38:36PM +0000, Simmons, James A. wrote: > >On Wed, Jun 03, 2015 at 10:32:31AM -0400, James Simmons wrote: > >> With all the TCPIP handling done in the lnet layer we should > >> rename all the functions with the prefix lnet_*. One other > >> change done was changing the remove argument of lnet_sock_getaddr > >> from a int to a bool. > >> > >> Signed-off-by: James Simmons > >checkpatch is complaining about unrecognized email address. > > For some reason git format will mangle some of email addresses on me. > Any idea why it does that? sorry, no. maybe you need to report it as bug to git. regards sudip >