Skip to content

Commit a889e50

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: docs: enumeration: Drop comma for terminator entry
Drop comma for terminator entry to avoid copy'n'paste of this pattern. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 6bf87c4 commit a889e50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/firmware-guide/acpi/enumeration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ to at25 SPI eeprom driver (this is meant for the above ACPI snippet)::
173173

174174
static const struct acpi_device_id at25_acpi_match[] = {
175175
{ "AT25", 0 },
176-
{ },
176+
{ }
177177
};
178178
MODULE_DEVICE_TABLE(acpi, at25_acpi_match);
179179

@@ -230,7 +230,7 @@ input driver::
230230

231231
static const struct acpi_device_id mpu3050_acpi_match[] = {
232232
{ "MPU3050", 0 },
233-
{ },
233+
{ }
234234
};
235235
MODULE_DEVICE_TABLE(acpi, mpu3050_acpi_match);
236236

0 commit comments

Comments
 (0)