]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 14 Nov 2025 07:58:49 +0000 (07:58 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 14 Dec 2025 10:32:59 +0000 (19:32 +0900)
Remove trailing comma in the terminator entry for OF table. While at it,
add a space between the braces and comment block.

Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20251114075856.4751-3-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/rz-ssi.c

index 845a55250d70f0d38737bdb69ebdd0fab40cf4fb..21f7d7c7c00938177aeebae491f5387eaa9b7e08 100644 (file)
@@ -1244,7 +1244,7 @@ static void rz_ssi_remove(struct platform_device *pdev)
 
 static const struct of_device_id rz_ssi_of_match[] = {
        { .compatible = "renesas,rz-ssi", },
-       {/* Sentinel */},
+       { /* Sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, rz_ssi_of_match);