From: Zhiyuan Dai Date: Fri, 30 Apr 2021 05:55:59 +0000 (-0700) Subject: mm/memremap.c: fix improper SPDX comment style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2840d498e30ce53a3a7cb482a5445efd892c7697;p=linux.git 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/1614223348-15516-1-git-send-email-daizhiyuan@phytium.com.cn Signed-off-by: Zhiyuan Dai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memremap.c b/mm/memremap.c index 7aa7d6e80ee50..15a074ffb8d73 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 #include