Skip to content

Commit

Permalink
device property: add spaces to PROPERTY_ENTRY_STRING macro
Browse files Browse the repository at this point in the history
Just a style fix, no functional changes.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
andy-shev authored and rafaeljw committed Jan 1, 2016
1 parent d76eebf commit aace736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_) \
Expand Down

0 comments on commit aace736

Please sign in to comment.