diff options
author | Henning Schild <henning.schild@siemens.com> | 2023-07-06 19:10:40 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-07-28 11:26:25 +0300 |
commit | 07cdd959d62ee87eb29aa9a40b2e41bb11ecf4ec (patch) | |
tree | 98485e442d21570ef8f0c70c71c3d8b94abb431b /drivers/leds/simple | |
parent | cadb2de2a7fd9e955381307de3eddfcc386c208e (diff) | |
download | linux-07cdd959d62ee87eb29aa9a40b2e41bb11ecf4ec.tar.xz |
leds: simatic-ipc-leds-gpio: Fix comment style in SPDX header
This was found with giving the file to checkpatch.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20230706161040.21152-3-henning.schild@siemens.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/simple')
-rw-r--r-- | drivers/leds/simple/simatic-ipc-leds-gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio.h b/drivers/leds/simple/simatic-ipc-leds-gpio.h index bf258c32f83d..3d4877aa4e0c 100644 --- a/drivers/leds/simple/simatic-ipc-leds-gpio.h +++ b/drivers/leds/simple/simatic-ipc-leds-gpio.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Siemens SIMATIC IPC driver for GPIO based LEDs * |