19 Dec
2016
19 Dec
'16
5:44 p.m.
On Mon, Dec 19, 2016 at 09:51:46PM +0800, Shrirang Bagul wrote:
+static const struct acpi_gpio_params audio_wake_intr_gpio = { 0, 0, false }; +static const struct acpi_gpio_params lineout_mute_gpio = { 1, 0, true };
Can we please write these in a fashion more idiomatic for the kernel and useful for human readers with named struct fields?