mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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:
parent
d6c160d5e8
commit
a472f0b157
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user