ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry

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>
This commit is contained in:
Biju Das 2025-11-14 07:58:49 +00:00 committed by Mark Brown
parent d6c160d5e8
commit a472f0b157
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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);