From: Andy Shevchenko Date: Tue, 29 Dec 2015 11:07:48 +0000 (+0200) Subject: device property: add spaces to PROPERTY_ENTRY_STRING macro X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aace7367bf83aef7baa021c7bcc9d2e331b040aa;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git device property: add spaces to PROPERTY_ENTRY_STRING macro Just a style fix, no functional changes. Signed-off-by: Andy Shevchenko Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/property.h b/include/linux/property.h index b8c4e420fe87..b51fcd36d892 100644 --- a/include/linux/property.h +++ b/include/linux/property.h @@ -230,7 +230,7 @@ struct property_entry { .name = _name_, \ .length = sizeof(_val_), \ .is_string = true, \ - { .value = {.str = _val_} }, \ + { .value = { .str = _val_ } }, \ } #define PROPERTY_ENTRY_BOOL(_name_) \