From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030423AbbKDPHS (ORCPT ); Wed, 4 Nov 2015 10:07:18 -0500 Received: from mta01.ornl.gov ([128.219.177.14]:19515 "EHLO mta01.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932365AbbKDPHP convert rfc822-to-8bit (ORCPT ); Wed, 4 Nov 2015 10:07:15 -0500 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.20,243,1444708800"; d="scan'208";a="115363027" From: "Simmons, James A." To: "'Sudip Mukherjee'" , Greg Kroah-Hartman CC: "devel@driverdev.osuosl.org" , "Linux Kernel Mailing List" , Oleg Drokin , "lustre-devel@lists.lustre.org" Subject: RE: [lustre-devel] [PATCH v2 1/7] staging: lustre: remove white space in libcfs_hash.h Thread-Topic: [lustre-devel] [PATCH v2 1/7] staging: lustre: remove white space in libcfs_hash.h Thread-Index: AQHRFsWMCQQq6Dpl5kOkhqHb5rLlmZ6MEcqA///lRNA= Date: Wed, 4 Nov 2015 15:07:13 +0000 Message-ID: <12a3bc6fd3414ba5b4fac029749675db@EXCHCS32.ornl.gov> References: <1446484933-23571-1-git-send-email-jsimmons@infradead.org> <1446484933-23571-2-git-send-email-jsimmons@infradead.org> <20151104034607.GA12870@kroah.com> <20151104114135.GB7587@sudip-pc> In-Reply-To: <20151104114135.GB7587@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 Tue, Nov 03, 2015 at 07:46:07PM -0800, Greg Kroah-Hartman wrote: >> 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? > >No. This did not apply because of: >c7fdf4a3959f ("staging: lustre: fix remaining checkpatch issues for libcfs_hash.h") Surprise this was merged which is why I did a second series for this.