[dpdk-dev] event/octeontx: fix incorrect SPDX placement

Message ID 20180423123833.24080-1-pbhagavatula@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Pavan Nikhilesh April 23, 2018, 12:38 p.m. UTC
  Fixes: fd5baf09cdf9 ("event/octeontx: probe timvf PCIe devices")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
---
 drivers/event/octeontx/timvf_evdev.c  | 3 +--
 drivers/event/octeontx/timvf_evdev.h  | 3 +--
 drivers/event/octeontx/timvf_worker.c | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)
  

Comments

Hemant Agrawal April 23, 2018, 1:27 p.m. UTC | #1
> Subject: [dpdk-dev] [PATCH] event/octeontx: fix incorrect SPDX placement
> Importance: High
> 
> Fixes: fd5baf09cdf9 ("event/octeontx: probe timvf PCIe devices")
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  
Jerin Jacob May 9, 2018, 9:04 a.m. UTC | #2
-----Original Message-----
> Date: Mon, 23 Apr 2018 13:27:54 +0000
> From: Hemant Agrawal <hemant.agrawal@nxp.com>
> To: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>,
>  "jerin.jacob@caviumnetworks.com" <jerin.jacob@caviumnetworks.com>
> CC: "dev@dpdk.org" <dev@dpdk.org>
> Subject: RE: [dpdk-dev] [PATCH] event/octeontx: fix incorrect SPDX placement
> 
> > Subject: [dpdk-dev] [PATCH] event/octeontx: fix incorrect SPDX placement
> > Importance: High
> > 
> > Fixes: fd5baf09cdf9 ("event/octeontx: probe timvf PCIe devices")
> > 
> > Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied to dpdk-next-eventdev/master. Thanks.
  

Patch

diff --git a/drivers/event/octeontx/timvf_evdev.c b/drivers/event/octeontx/timvf_evdev.c
index b20a2f1f5..22f534be6 100644
--- a/drivers/event/octeontx/timvf_evdev.c
+++ b/drivers/event/octeontx/timvf_evdev.c
@@ -1,5 +1,4 @@ 
-/*
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2017 Cavium, Inc
  */
 
diff --git a/drivers/event/octeontx/timvf_evdev.h b/drivers/event/octeontx/timvf_evdev.h
index b1b2a8464..fc006d65e 100644
--- a/drivers/event/octeontx/timvf_evdev.h
+++ b/drivers/event/octeontx/timvf_evdev.h
@@ -1,5 +1,4 @@ 
-/*
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2017 Cavium, Inc
  */
 
diff --git a/drivers/event/octeontx/timvf_worker.c b/drivers/event/octeontx/timvf_worker.c
index e681bc6b8..50790e199 100644
--- a/drivers/event/octeontx/timvf_worker.c
+++ b/drivers/event/octeontx/timvf_worker.c
@@ -1,5 +1,4 @@ 
-/*
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2017 Cavium, Inc
  */