diff options
author | ankit patel <ankit.mayurbhai.patel@gmail.com> | 2018-06-15 13:42:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-18 10:55:11 +0200 |
commit | 6557dd49369c2a9cfc21988bc0f793fa7ed54c01 (patch) | |
tree | 41eea530a4eff69f1908790d845e65a4a53878a3 | |
parent | aa4c8dc649a046e523880f3ef2b1addc7ce45c9b (diff) | |
download | talos-op-linux-6557dd49369c2a9cfc21988bc0f793fa7ed54c01.tar.gz talos-op-linux-6557dd49369c2a9cfc21988bc0f793fa7ed54c01.zip |
Staging: comedi: comedi_compat32.h: fixed missing or malformed SPDX-License-Identifier
Fixed SPDX-License-Identifier comment on first line
Signed-off-by: ankit patel <ankit.mayurbhai.patel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/comedi/comedi_compat32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedi_compat32.h b/drivers/staging/comedi/comedi_compat32.h index 3980e6e1bd0d..dc3e2a9442c7 100644 --- a/drivers/staging/comedi/comedi_compat32.h +++ b/drivers/staging/comedi/comedi_compat32.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * comedi/comedi_compat32.h * 32-bit ioctl compatibility for 64-bit comedi kernel module. |