Skip to content

Commit 60cd67a

Browse files
Liao ChenUwe Kleine-König
authored andcommitted
pwm: atmel-hlcdc: Drop trailing comma
Drop the trailing comma in the terminator entry for the ID table to make code robust against misrebases. Signed-off-by: Liao Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent 433f1f7 commit 60cd67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/pwm/pwm-atmel-hlcdc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static const struct of_device_id atmel_hlcdc_dt_ids[] = {
234234
.data = &atmel_hlcdc_pwm_sama5d3_errata,
235235
},
236236
{ .compatible = "microchip,sam9x60-hlcdc", },
237-
{ /* sentinel */ },
237+
{ /* sentinel */ }
238238
};
239239
MODULE_DEVICE_TABLE(of, atmel_hlcdc_dt_ids);
240240

@@ -288,7 +288,7 @@ static void atmel_hlcdc_pwm_remove(struct platform_device *pdev)
288288

289289
static const struct of_device_id atmel_hlcdc_pwm_dt_ids[] = {
290290
{ .compatible = "atmel,hlcdc-pwm" },
291-
{ /* sentinel */ },
291+
{ /* sentinel */ }
292292
};
293293
MODULE_DEVICE_TABLE(of, atmel_hlcdc_pwm_dt_ids);
294294

0 commit comments

Comments
 (0)