diff options
author | Ioannis Valasakis <code@wizofe.uk> | 2018-11-09 13:53:46 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-09 09:49:02 -0800 |
commit | ce8befe9ab7a9bb4750f8b8a523d2b9461651d14 (patch) | |
tree | 5eb0f68036ba86fae30af9ad437086679c8b79c5 /drivers/staging/greybus | |
parent | f17f542965d7774f7ad1a3bb17bbcd61f0bb982a (diff) |
staging: greybus: fix SPDX License Identifier
Replace the SPDX identifier with standard C comment.
Reported by checkpatch.
Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r-- | drivers/staging/greybus/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h index 643ddb9e0f92..9eae2726ba3d 100644 --- a/drivers/staging/greybus/control.h +++ b/drivers/staging/greybus/control.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Greybus CPort control protocol * |