VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-05-28 10:10:12 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-05-30 11:29:53 -0700 commit: 59bd9ded4d7803d9f1f4d947064693513d18e724 parent: eace21fa1e491382bc89142abbecaa51bc86a29f
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 7ea6cfb65077..595857a1883e 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  linux/fs/pnode.c
  *
  * (C) Copyright IBM Corporation 2005.
- *	Released under GPL v2.
  *	Author : Ram Pai (linuxram@us.ibm.com)
- *
  */
 #include <linux/mnt_namespace.h>
 #include <linux/mount.h>