Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753083AbbEHM2i (ORCPT ); Fri, 8 May 2015 08:28:38 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:47818 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752774AbbEHM2g (ORCPT ); Fri, 8 May 2015 08:28:36 -0400 Date: Fri, 8 May 2015 15:28:19 +0300 From: Dan Carpenter To: Mike Shuey Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, HPDD-discuss@ml01.01.org Subject: Re: [PATCH v2 8/8] staging: lustre: code cleanup - normalize whitespace Message-ID: <20150508122819.GV14154@mwanda> References: <1431086460-22455-9-git-send-email-shuey@purdue.edu> <1431086460-22455-16-git-send-email-shuey@purdue.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431086460-22455-16-git-send-email-shuey@purdue.edu> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 20 On Fri, May 08, 2015 at 08:01:00AM -0400, Mike Shuey wrote: > + struct rdma_cm_id *ibh_cmid; /* listener cmid */ > + struct ib_device *ibh_ibdev; /* IB device */ > + int ibh_page_shift /* page shift of current HCA */ > + int ibh_page_size /* page size of current HCA */ > + __u64 ibh_page_mask; /* page mask of current HCA */ We give people who break the build a severe dressing down the first time so that they remember not to do it again... *ALWAYS DOUBLE CHECK* regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/