Hi Geert, Thanks for your work. On 2022-03-03 13:43:57 +0100, Geert Uytterhoeven wrote: > It does not make sense to have a comma after a sentinel, as any new > elements must be added before the sentinel. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Make sens. Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > drivers/media/platform/rcar-vin/rcar-csi2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/rcar-vin/rcar-csi2.c b/drivers/media/platform/rcar-vin/rcar-csi2.c > index 8c939cb3073d79ec..54428f0a5758ae10 100644 > --- a/drivers/media/platform/rcar-vin/rcar-csi2.c > +++ b/drivers/media/platform/rcar-vin/rcar-csi2.c > @@ -1414,7 +1414,7 @@ static const struct soc_device_attribute r8a7795[] = { > .soc_id = "r8a7795", .revision = "ES2.*", > .data = &rcar_csi2_info_r8a7795es2, > }, > - { /* sentinel */ }, > + { /* sentinel */ } > }; > > static int rcsi2_probe(struct platform_device *pdev) > -- > 2.25.1 > -- Kind Regards, Niklas Söderlund