Re: [PATCH] acpi/hotplug: Fix error message format to conform to spec

2021-10-20 Thread Ani Sinha
On Wed, 20 Oct 2021, Laine Stump wrote: > On 10/18/21 12:31 AM, Ani Sinha wrote: > > Error messages must conform to spec as specified here: > > https://www.libvirt.org/coding-style.html#error-message-format > > > > This change encloses format specifiers in quotes and unbreaks error > >

Re: [PATCH] acpi/hotplug: Fix error message format to conform to spec

2021-10-20 Thread Laine Stump
On 10/18/21 12:31 AM, Ani Sinha wrote: Error messages must conform to spec as specified here: https://www.libvirt.org/coding-style.html#error-message-format This change encloses format specifiers in quotes and unbreaks error messages. Fixes: 8eadf82fb5 ("conf: introduce option to

[PATCH] acpi/hotplug: Fix error message format to conform to spec

2021-10-17 Thread Ani Sinha
Error messages must conform to spec as specified here: https://www.libvirt.org/coding-style.html#error-message-format This change encloses format specifiers in quotes and unbreaks error messages. Fixes: 8eadf82fb5 ("conf: introduce option to enable/disable pci hotplug on pci-root controller")