From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xMtNM4yHzzDsS7 for ; Wed, 2 Aug 2017 22:51:14 +1000 (AEST) Date: Wed, 2 Aug 2017 07:50:07 -0500 From: Segher Boessenkool To: "Aneesh Kumar K.V" Cc: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, Anton Blanchard , linuxppc-dev@lists.ozlabs.org Subject: Re: [RFC PATCH 16/17] powerpc/mm/pseries: Move slot based bulk remove to helper Message-ID: <20170802125007.GN13471@gate.crashing.org> References: <20170802054016.8927-1-aneesh.kumar@linux.vnet.ibm.com> <20170802054016.8927-17-aneesh.kumar@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170802054016.8927-17-aneesh.kumar@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Aneesh, On Wed, Aug 02, 2017 at 11:10:15AM +0530, Aneesh Kumar K.V wrote: > +static int plpar_bluk_remove(unsigned long *param, int index, unsigned long slot, s/bluk/bulk/ :-) Segher