diff mbox series

gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit

Message ID 20250219163633.162613-1-surajpatil522@gmail.com
State New
Headers show
Series gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit | expand

Commit Message

Suraj Patil Feb. 19, 2025, 4:36 p.m. UTC
Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 drivers/gpio/gpiolib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index ff64d84492f4..59437c8f31d7 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -1,4 +1,4 @@ 
-// SPDX-License-Identifier: GPL-2.0
+/// SPDX-License-Identifier: GPL-2.0
 
 #include <linux/acpi.h>
 #include <linux/array_size.h>