27 Dec
2016
27 Dec
'16
4:31 a.m.
On Mon, 2016-12-19 at 15:44 +0000, Mark Brown wrote:
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?
Okay, will update in ver. 2 of the patch. Thanks.