All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: netlogic: Add SPDX-License-Identifier tag
@ 2019-02-23  6:24 Bhagyashri Dighole
  2019-02-23  7:20 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 6+ messages in thread
From: Bhagyashri Dighole @ 2019-02-23  6:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Outreachy

Adds the SPDX GPL-2.0 or BSD-2-clause license identifier, which solves the
checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1".

Signed-off-by: Bhagyashri Dighole <digholebhagyashri@gmail.com>
---
 drivers/staging/netlogic/platform_net.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c
index abf4c71..2637fb1 100644
--- a/drivers/staging/netlogic/platform_net.c
+++ b/drivers/staging/netlogic/platform_net.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 /*
  * Copyright (c) 2003-2012 Broadcom Corporation
  * All Rights Reserved
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-23  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23  6:24 [PATCH] staging: netlogic: Add SPDX-License-Identifier tag Bhagyashri Dighole
2019-02-23  7:20 ` [Outreachy kernel] " Julia Lawall
2019-02-23  7:53   ` Bhagyashri Dighole
2019-02-23  8:26     ` Julia Lawall
2019-02-23  7:54   ` Greg Kroah-Hartman
2019-02-23  8:03     ` Bhagyashri Dighole

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.