From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp05.au.ibm.com (e23smtp05.au.ibm.com [202.81.31.147]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id EA47A1A03B2 for ; Wed, 10 Feb 2016 18:11:48 +1100 (AEDT) Received: from localhost by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Feb 2016 17:11:48 +1000 Received: from d23relay09.au.ibm.com (d23relay09.au.ibm.com [9.185.63.181]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 5B3D43578056 for ; Wed, 10 Feb 2016 18:11:46 +1100 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay09.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1A7Bc2O39387370 for ; Wed, 10 Feb 2016 18:11:46 +1100 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1A7BDWA026019 for ; Wed, 10 Feb 2016 18:11:14 +1100 Content-Type: text/plain; charset=UTF-8 From: Ian Munsie To: Frederic Barrat Cc: Michael Neuling , linuxppc-dev Subject: Re: [PATCH v3 05/18] cxl: Rename some bare-metal specific functions In-reply-to: <1454765345-7417-6-git-send-email-fbarrat@linux.vnet.ibm.com> References: <1454765345-7417-1-git-send-email-fbarrat@linux.vnet.ibm.com> <1454765345-7417-6-git-send-email-fbarrat@linux.vnet.ibm.com> Date: Wed, 10 Feb 2016 18:10:48 +1100 Message-Id: <1455088077-sup-2702@delenn.ozlabs.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Excerpts from Frederic Barrat's message of 2016-02-07 00:28:52 +1100: > Rename a few functions, mostly prefixed by 'cxl_', to make clear that > the implementation is 'bare-metal' specific. Patch looks fine to me, though the commit message should probably say that you are changing the 'cxl_' prefix to 'cxl_pci_'. Acked-by: Ian Munsie