diff --git a/include/linux/property.h b/include/linux/property.h index b8c4e420fe87c2b06d1a18b1ef62466c10824367..b51fcd36d8925dbba20564997463555bef109ed2 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_) \