瀏覽代碼

staging: android: ion: Fix license identifier comment format

checkpatch.pl complains these are invalid because the rules in
Documentation/process/license-rules.rst state that C headers should
have "/* */" style comments.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Nathan Chancellor 7 年之前
父節點
當前提交
5f61043022
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/staging/android/ion/ion.h
  2. 1 1
      drivers/staging/android/uapi/ion.h

+ 1 - 1
drivers/staging/android/ion/ion.h

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * drivers/staging/android/ion/ion.h
  *

+ 1 - 1
drivers/staging/android/uapi/ion.h

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * drivers/staging/android/uapi/ion.h
  *