All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] staging: netlogic: Add SPDX license Identifier
@ 2019-02-21 11:16 Bhanusree Pola
  2019-02-21 11:24 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Bhanusree Pola @ 2019-02-21 11:16 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Greg Kroah-Hartman

adds the SPDX GPL-2.0 license identifier which solves the checkpatch.pl warning
Issue found with checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
---
 drivers/staging/netlogic/xlr_net.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/netlogic/xlr_net.h b/drivers/staging/netlogic/xlr_net.h
index f76e16cfd15d..de51d64c1f23 100644
--- a/drivers/staging/netlogic/xlr_net.h
+++ b/drivers/staging/netlogic/xlr_net.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (c) 2003-2012 Broadcom Corporation
  * All Rights Reserved
-- 
2.17.1



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

end of thread, other threads:[~2019-02-21 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 11:16 [PATCH 1/4] staging: netlogic: Add SPDX license Identifier Bhanusree Pola
2019-02-21 11:24 ` Greg Kroah-Hartman
2019-02-21 11:32   ` [Outreachy kernel] " Greg Kroah-Hartman
2019-02-21 11:39     ` Bhanusree Mahesh

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.