[PATCH 4/7] ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry

Biju posted 7 patches 2 months, 4 weeks ago
[PATCH 4/7] ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
Posted by Biju 2 months, 4 weeks ago
From: Biju Das <biju.das.jz@bp.renesas.com>

Remove trailing comma in the terminator entry for OF table. While at it,
add a space between the braces and comment block.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 sound/soc/renesas/rz-ssi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/renesas/rz-ssi.c b/sound/soc/renesas/rz-ssi.c
index c7d5576c8283..5dc510cf66e1 100644
--- a/sound/soc/renesas/rz-ssi.c
+++ b/sound/soc/renesas/rz-ssi.c
@@ -1248,7 +1248,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);
 
-- 
2.43.0
Re: [PATCH 4/7] ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
Posted by Kuninori Morimoto 2 months, 4 weeks ago
Hi

> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Remove trailing comma in the terminator entry for OF table. While at it,
> add a space between the braces and comment block.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---

Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thank you for your help !!

Best regards
---
Kuninori Morimoto