aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhiyuan Dai <[email protected]>2021-04-29 22:55:59 -0700
committerLinus Torvalds <[email protected]>2021-04-30 11:20:37 -0700
commit2840d498e30ce53a3a7cb482a5445efd892c7697 (patch)
tree836d4e09ff54f34e6c0b7a19418b52bfb65e2aa8
parent4066c119483af8e86a75447fd35be1d2553d370f (diff)
mm/memremap.c: fix improper SPDX comment style
Replace /* */ comment with //, fix SPDX comment style. see: Documentation/process/license-rules.rst Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Zhiyuan Dai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/memremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memremap.c b/mm/memremap.c
index 7aa7d6e80ee5..15a074ffb8d7 100644
--- a/mm/memremap.c
+++ b/mm/memremap.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2015 Intel Corporation. All rights reserved. */
#include <linux/device.h>
#include <linux/io.h>