summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch')
-rw-r--r--recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch13
1 files changed, 9 insertions, 4 deletions
diff --git a/recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch b/recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch
index c5bf07ef..53453ca9 100644
--- a/recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch
+++ b/recipes-devtools/qemu/qemu-zynqmp-mainline/0006-net-cadence_gem-Clean-up-variable-names.patch
@@ -1,7 +1,10 @@
1From 67513395caa586a2f6bc79e3791e26a129e6ec1c Mon Sep 17 00:00:00 2001 1From 7c37c0a33c598fe0dcb015aa4d48712e33e21a8b Mon Sep 17 00:00:00 2001
2From: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 2From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
3Date: Mon, 23 Feb 2015 15:04:45 -0800 3Date: Mon, 23 Mar 2015 04:05:14 -0700
4Subject: [PATCH 06/15] net: cadence_gem: Clean up variable names 4Subject: [PATCH 06/15] net: cadence_gem: Clean up variable names
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
5 8
6In preparation for migrating the state struct and type cast macro to a public 9In preparation for migrating the state struct and type cast macro to a public
7header. The acronym "GEM" on it's own is not specific enough to be used in a 10header. The acronym "GEM" on it's own is not specific enough to be used in a
@@ -9,9 +12,11 @@ more global namespace so preface with "cadence". Fix the capitalisation of
9"gem" in the state type while touching the typename. Also preface the 12"gem" in the state type while touching the typename. Also preface the
10GEM_MAXREG macro as this will need to migrate to public header. 13GEM_MAXREG macro as this will need to migrate to public header.
11 14
15Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
16Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
12Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 17Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
13--- 18---
14 hw/net/cadence_gem.c | 70 ++++++++++++++++++++++++++-------------------------- 19 hw/net/cadence_gem.c | 70 +++++++++++++++++++++++++-------------------------
15 1 file changed, 35 insertions(+), 35 deletions(-) 20 1 file changed, 35 insertions(+), 35 deletions(-)
16 21
17diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c 22diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
@@ -260,5 +265,5 @@ index 55b6293..5994306 100644
260 }; 265 };
261 266
262-- 267--
2632.1.1 2681.7.10.4
264 269