5 comments:
File src/mainboard/asrock/q1900m/fadt.c:
Patch Set #1, Line 8: void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
"foo * bar" should be "foo *bar"
Patch Set #1, Line 8: void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
"foo * bar" should be "foo *bar"
File src/mainboard/asrock/q1900m/gpio.c:
Patch Set #1, Line 229: struct soc_gpio_config* mainboard_get_gpios(void)
"foo* bar" should be "foo *bar"
File src/mainboard/asrock/q1900m/irqroute.h:
Patch Set #1, Line 8: #define PCI_DEV_PIRQ_ROUTES \
Macros with complex values should be enclosed in parentheses
Patch Set #1, Line 24: #define PIRQ_PIC_ROUTES \
Macros with complex values should be enclosed in parentheses
To view, visit change 39658. To unsubscribe, or for help writing mail filters, visit settings.