Browse Source

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 năm trước cách đây
mục cha
commit
5f61043022
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
  *