[PATCH v4 8/9] iio: light: gp2ap020a00f: Remove trailing comma in termination entry

From: Ethan Tidmore

Date: Tue Feb 17 2026 - 23:40:16 EST


From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Termination entry by definition should be the last one, hence remove
stray comma after it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Signed-off-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>
---
v4:
- Integrate Andy Shevchenko's cleanups.

drivers/iio/light/gp2ap020a00f.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/light/gp2ap020a00f.c b/drivers/iio/light/gp2ap020a00f.c
index d922cd4987ab..1867dacc0af6 100644
--- a/drivers/iio/light/gp2ap020a00f.c
+++ b/drivers/iio/light/gp2ap020a00f.c
@@ -195,7 +195,7 @@ enum gp2ap020a00f_opmode {
GP2AP020A00F_OPMODE_ALS_AND_PS,
GP2AP020A00F_OPMODE_PROX_DETECT,
GP2AP020A00F_OPMODE_SHUTDOWN,
- GP2AP020A00F_NUM_OPMODES,
+ GP2AP020A00F_NUM_OPMODES
};

enum gp2ap020a00f_cmd {
--
2.53.0