From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlLGe-0004AS-4J for qemu-devel@nongnu.org; Thu, 23 Apr 2015 13:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlLGa-00026K-K8 for qemu-devel@nongnu.org; Thu, 23 Apr 2015 13:50:27 -0400 Received: from mail-ig0-f180.google.com ([209.85.213.180]:35658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlLGa-00026E-FX for qemu-devel@nongnu.org; Thu, 23 Apr 2015 13:50:24 -0400 Received: by igbyr2 with SMTP id yr2so30733454igb.0 for ; Thu, 23 Apr 2015 10:50:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Thu, 23 Apr 2015 18:50:03 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH target-arm v4 07/16] net: cadence_gem: Clean up variable names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Edgar Iglesias , zach.pfeffer@xilinx.com, Ryota Ozaki , QEMU Developers , Alistair Francis , michals@xilinx.com, =?UTF-8?B?QWxleCBCZW5uw6ll?= On 23 March 2015 at 11:05, Peter Crosthwaite wrote: > In preparation for migrating the state struct and type cast macro to a pu= blic > header. The acronym "GEM" on it's own is not specific enough to be used i= n a > more global namespace so preface with "cadence". Fix the capitalisation o= f > "gem" in the state type while touching the typename. Also preface the > GEM_MAXREG macro as this will need to migrate to public header. > > Reviewed-by: Alistair Francis > Reviewed-by: Alex Benn=C3=A9e > Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell thanks -- PMM