aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/property.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-12-29 13:07:48 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-01-01 02:09:51 +0100
commitaace7367bf83aef7baa021c7bcc9d2e331b040aa (patch)
tree679343f1790f79140bce49e18ba694cf2cf9b18e /include/linux/property.h
parentinclude/linux/property.h: fix build issues with gcc-4.4.4 (diff)
downloadlinux-dev-aace7367bf83aef7baa021c7bcc9d2e331b040aa.tar.xz
linux-dev-aace7367bf83aef7baa021c7bcc9d2e331b040aa.zip
device property: add spaces to PROPERTY_ENTRY_STRING macro
Just a style fix, no functional changes. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/property.h')
-rw-r--r--include/linux/property.h2
1 files changed, 1 insertions, 1 deletions
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_) \