diff options
| -rw-r--r-- | include/linux/property.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/property.h b/include/linux/property.h index 3a2f9ae25c86..856e50b2140c 100644 --- a/include/linux/property.h +++ b/include/linux/property.h | |||
| @@ -190,7 +190,7 @@ struct property_entry { | |||
| 190 | .length = ARRAY_SIZE(_val_) * sizeof(_type_), \ | 190 | .length = ARRAY_SIZE(_val_) * sizeof(_type_), \ |
| 191 | .is_array = true, \ | 191 | .is_array = true, \ |
| 192 | .is_string = false, \ | 192 | .is_string = false, \ |
| 193 | { .pointer = { _type_##_data = _val_ } }, \ | 193 | { .pointer = { ._type_##_data = _val_ } }, \ |
| 194 | } | 194 | } |
| 195 | 195 | ||
| 196 | #define PROPERTY_ENTRY_U8_ARRAY(_name_, _val_) \ | 196 | #define PROPERTY_ENTRY_U8_ARRAY(_name_, _val_) \ |
