Thomas Huth <[email protected]> writes:
[...]
>> +static Property virtio_gpu_rutabaga_properties[] = {
>> + DEFINE_PROP_STRING("capset_names", VirtIOGPURutabaga, capset_names),
>> + DEFINE_PROP_STRING("wayland_socket_path", VirtIOGPURutabaga,
>> + wayland_socket_path),
>
> FWIW, it seems to be more common to use "-" instead of "_" to separate words
> in properties ... so I'd like to suggest to replace the underscores in the
> strings here.
Please separate words with '-', not '_', except where existing
properties all use '_'.