]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: ir-spi: Remove trailing comma in the terminator entry
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Mar 2024 17:48:29 +0000 (19:48 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 25 Mar 2024 09:13:44 +0000 (10:13 +0100)
Remove trailing comma in the terminator entry in ID table(s).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/rc/ir-spi.c

index 19102bdcfd6feb6db6ea00ea6b80f9d6c3ddd78c..801de3d108cc685b60d6d8d39d632a30776f1178 100644 (file)
@@ -159,13 +159,13 @@ static int ir_spi_probe(struct spi_device *spi)
 
 static const struct of_device_id ir_spi_of_match[] = {
        { .compatible = "ir-spi-led" },
-       {},
+       {}
 };
 MODULE_DEVICE_TABLE(of, ir_spi_of_match);
 
 static const struct spi_device_id ir_spi_ids[] = {
        { "ir-spi-led" },
-       {},
+       {}
 };
 MODULE_DEVICE_TABLE(spi, ir_spi_ids);