From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756337AbbFCQiq (ORCPT ); Wed, 3 Jun 2015 12:38:46 -0400 Received: from mta02.ornl.gov ([128.219.177.12]:21169 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753400AbbFCQii convert rfc822-to-8bit (ORCPT ); Wed, 3 Jun 2015 12:38:38 -0400 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.13,547,1427774400"; d="scan'208";a="81281829" From: "Simmons, James A." To: "'Sudip Mukherjee'" , James Simmons CC: "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 Thread-Topic: [lustre-devel] [PATCH v3 4/7] staging:lustre: rename tcpip handling functions to lnet_* prefix Thread-Index: AQHQnhsQaLfqT1PoqkWWpyc5FhdXXJ2a+vWg Date: Wed, 3 Jun 2015 16:38:36 +0000 Message-ID: <60d0f4468f1b401ea3643d5efcdb0b2d@EXCHCS32.ornl.gov> References: <1433341954-654-1-git-send-email-jsimmons@infradead.org> <1433341954-654-5-git-send-email-jsimmons@infradead.org> <20150603163323.GA5314@sudip-PC> In-Reply-To: <20150603163323.GA5314@sudip-PC> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >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?