diff mbox series

eal: add missing SPDX identifiers

Message ID 1523264319-26429-2-git-send-email-hemant.agrawal@nxp.com
State Accepted
Commit 0764be65e5e9774378a5a6283f3d67b9078be3ec
Headers show
Series eal: add missing SPDX identifiers | expand

Commit Message

Hemant Agrawal April 9, 2018, 8:58 a.m. UTC
Cc: roman.dementiev@intel.com
Cc: viktorin@rehivetech.com

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

---
 lib/librte_eal/common/include/arch/arm/rte_rwlock.h    | 2 ++
 lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.7.4

Comments

Thomas Monjalon May 25, 2018, 8:20 a.m. UTC | #1
09/04/2018 10:58, Hemant Agrawal:
> Cc: roman.dementiev@intel.com

> Cc: viktorin@rehivetech.com

> 

> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>


Applied, thanks
diff mbox series

Patch

diff --git a/lib/librte_eal/common/include/arch/arm/rte_rwlock.h b/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
index 664bec8..18bb37b 100644
--- a/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
+++ b/lib/librte_eal/common/include/arch/arm/rte_rwlock.h
@@ -1,3 +1,5 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ */
 /* copied from ppc_64 */
 
 #ifndef _RTE_RWLOCK_ARM_H_
diff --git a/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h b/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
index de8af19..9fadc04 100644
--- a/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
+++ b/lib/librte_eal/common/include/arch/ppc_64/rte_rwlock.h
@@ -1,3 +1,5 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ */
 #ifndef _RTE_RWLOCK_PPC_64_H_
 #define _RTE_RWLOCK_PPC_64_H_