From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030375AbbKDPFo (ORCPT ); Wed, 4 Nov 2015 10:05:44 -0500 Received: from mta02.ornl.gov ([128.219.177.12]:55896 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030281AbbKDPFn convert rfc822-to-8bit (ORCPT ); Wed, 4 Nov 2015 10:05:43 -0500 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.20,243,1444708800"; d="scan'208";a="91534949" From: "Simmons, James A." To: "'Greg Kroah-Hartman'" , James Simmons CC: "devel@driverdev.osuosl.org" , Oleg Drokin , Andreas Dilger , "Linux Kernel Mailing List" , "lustre-devel@lists.lustre.org" Subject: RE: [PATCH v2 1/7] staging: lustre: remove white space in libcfs_hash.h Thread-Topic: [PATCH v2 1/7] staging: lustre: remove white space in libcfs_hash.h Thread-Index: AQHRFsWMCQQq6Dpl5kOkhqHb5rLlmZ6L9k5A Date: Wed, 4 Nov 2015 15:05:41 +0000 Message-ID: References: <1446484933-23571-1-git-send-email-jsimmons@infradead.org> <1446484933-23571-2-git-send-email-jsimmons@infradead.org> <20151104034607.GA12870@kroah.com> In-Reply-To: <20151104034607.GA12870@kroah.com> 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 Mon, Nov 02, 2015 at 12:22:07PM -0500, James Simmons wrote: >> Cleanup all the unneeded white space in libcfs_hash.h. >> >> Signed-off-by: James Simmons >> --- >> .../lustre/include/linux/libcfs/libcfs_hash.h | 135 ++++++++++---------- >> 1 files changed, 70 insertions(+), 65 deletions(-) > >Doesn't apply, did I already queue up this series? I did a second version of those patches. In one batch you will notice [PATCH v2]. The reason I did a second batch was to break up the "fix checkpatch issues" patch in the first series. I was trying to behave :-)