On Mon, Nov 5, 2018 at 4:31 AM Peng Hao <peng.hao2@xxxxxxxxxx> wrote: > > Remove a redundant comma in pvpanic_device_ids. > Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Acked-by: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Peng Hao <peng.hao2@xxxxxxxxxx> > --- > drivers/misc/pvpanic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c > index f416c01..8c4bfa6 100644 > --- a/drivers/misc/pvpanic.c > +++ b/drivers/misc/pvpanic.c > @@ -29,7 +29,7 @@ > > static const struct acpi_device_id pvpanic_device_ids[] = { > { "QEMU0001", 0 }, > - { "", 0 }, > + { "", 0 } > }; > MODULE_DEVICE_TABLE(acpi, pvpanic_device_ids); > > -- > 1.8.3.1 > -- With Best Regards, Andy Shevchenko