mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
6bf87c4de9
commit
a889e50ea0
@ -173,7 +173,7 @@ to at25 SPI eeprom driver (this is meant for the above ACPI snippet)::
|
|||||||
|
|
||||||
static const struct acpi_device_id at25_acpi_match[] = {
|
static const struct acpi_device_id at25_acpi_match[] = {
|
||||||
{ "AT25", 0 },
|
{ "AT25", 0 },
|
||||||
{ },
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(acpi, at25_acpi_match);
|
MODULE_DEVICE_TABLE(acpi, at25_acpi_match);
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ input driver::
|
|||||||
|
|
||||||
static const struct acpi_device_id mpu3050_acpi_match[] = {
|
static const struct acpi_device_id mpu3050_acpi_match[] = {
|
||||||
{ "MPU3050", 0 },
|
{ "MPU3050", 0 },
|
||||||
{ },
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(acpi, mpu3050_acpi_match);
|
MODULE_DEVICE_TABLE(acpi, mpu3050_acpi_match);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user