From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751915AbbL1LX6 (ORCPT ); Mon, 28 Dec 2015 06:23:58 -0500 Received: from mga01.intel.com ([192.55.52.88]:43473 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004AbbL1LX4 (ORCPT ); Mon, 28 Dec 2015 06:23:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,490,1444719600"; d="scan'208";a="849468960" Message-ID: <1451301853.30729.326.camel@linux.intel.com> Subject: Re: [PATCH v2 1/3] device property: add spaces to PROPERTY_ENTRY_STRING macro From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: Stephen Rothwell , linux-next@vger.kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, heikki.krogerus@linux.intel.com, linux-acpi@vger.kernel.org Date: Mon, 28 Dec 2015 13:24:13 +0200 In-Reply-To: <4285778.gtB2L18Hsx@vostro.rjw.lan> References: <1450877684-76316-1-git-send-email-andriy.shevchenko@linux.intel.com> <1450877684-76316-2-git-send-email-andriy.shevchenko@linux.intel.com> <4285778.gtB2L18Hsx@vostro.rjw.lan> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-12-28 at 02:12 +0100, Rafael J. Wysocki wrote: > On Wednesday, December 23, 2015 03:34:42 PM Andy Shevchenko wrote: > > Just a style fix, no functional changes. > > > > To be folded to Andrew's patch. > > What patch? In linux-next from Andrew: e39ece7 include-linux-propertyh-fix-build-issues-with-gcc-444-fix 40bb8a1 include/linux/property.h: fix build issues with gcc-4.4.4 > > > Signed-off-by: Andy Shevchenko > > --- > >  include/linux/property.h | 2 +- > >  1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/linux/property.h b/include/linux/property.h > > index b8c4e42..b51fcd3 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_) \ > > > > Thanks, > Rafael > -- Andy Shevchenko Intel Finland Oy