[dpdk-stable] patch 'net/sfc/base: add space after sizeof' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Wed Nov 21 17:03:56 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/26/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From 1be2bfc1b11891ef882891e135cf2b3d0ce6fc21 Mon Sep 17 00:00:00 2001
From: Andy Moreton <amoreton at solarflare.com>
Date: Mon, 10 Sep 2018 10:33:06 +0100
Subject: [PATCH] net/sfc/base: add space after sizeof

[ upstream commit f64f2a47f0512e7bd47606f5214a583fa9b4f79b ]

Required by GLD cstyle.

Fixes: d4f4b8f9d260 ("net/sfc/base: make RxQ type data an union")

Signed-off-by: Andy Moreton <amoreton at solarflare.com>
Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
---
 drivers/net/sfc/base/efx_rx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/sfc/base/efx_rx.c b/drivers/net/sfc/base/efx_rx.c
index 4fd73bab3..09933b41a 100644
--- a/drivers/net/sfc/base/efx_rx.c
+++ b/drivers/net/sfc/base/efx_rx.c
@@ -832,5 +832,5 @@ efx_rx_qcreate_packed_stream(
 	efx_rxq_type_data_t type_data;
 
-	memset(&type_data, 0, sizeof(type_data));
+	memset(&type_data, 0, sizeof (type_data));
 
 	type_data.ertd_packed_stream.eps_buf_size = ps_buf_size;
@@ -868,5 +868,5 @@ efx_rx_qcreate_es_super_buffer(
 	}
 
-	memset(&type_data, 0, sizeof(type_data));
+	memset(&type_data, 0, sizeof (type_data));
 
 	type_data.ertd_es_super_buffer.eessb_bufs_per_desc = n_bufs_per_desc;
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-21 15:59:13.780010046 +0000
+++ 0006-net-sfc-base-add-space-after-sizeof.patch	2018-11-21 15:59:13.000000000 +0000
@@ -1,12 +1,13 @@
-From f64f2a47f0512e7bd47606f5214a583fa9b4f79b Mon Sep 17 00:00:00 2001
+From 1be2bfc1b11891ef882891e135cf2b3d0ce6fc21 Mon Sep 17 00:00:00 2001
 From: Andy Moreton <amoreton at solarflare.com>
 Date: Mon, 10 Sep 2018 10:33:06 +0100
 Subject: [PATCH] net/sfc/base: add space after sizeof
 
+[ upstream commit f64f2a47f0512e7bd47606f5214a583fa9b4f79b ]
+
 Required by GLD cstyle.
 
 Fixes: d4f4b8f9d260 ("net/sfc/base: make RxQ type data an union")
-Cc: stable at dpdk.org
 
 Signed-off-by: Andy Moreton <amoreton at solarflare.com>
 Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>


More information about the stable mailing list