From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71FECC63797 for ; Tue, 17 Jan 2023 14:37:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229667AbjAQOhd (ORCPT ); Tue, 17 Jan 2023 09:37:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230465AbjAQOhc (ORCPT ); Tue, 17 Jan 2023 09:37:32 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2AF87ED4; Tue, 17 Jan 2023 06:37:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673966250; x=1705502250; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=kwjWHfUtjufkfTKgHWSyIXT1dESNl3DHo84g5hA3qcQ=; b=Cw3LCqqkzcB4mZ26trhpAgMHWltebBEVtXZJOFq4kZL6ITQkWT/72YSd 55EAsfEGEC7abkufmqUSDhQhCLI/oDHwh13BDTj8TN5ZS/ePOjz1z+i5a iQoU02SRnrher1i3+J5suy1Dcht3+QgKzRM0zEsZ6QJdXsWvVDzoX9WxC 4VxsNUPQmVVPhV6/0+o+ULHRk+48lsPz2Cg39xhbGXqrdSErv0BN01wL6 q8Z3F8o6ec23uq39u63mMe1IskCOL9fG73C0Q7FKIAurV15Mlkb2E8ZCa R9ZrB/uvQW1h3N1cxgtCDiors8Rf0B5g8kUeiS7a0YfUCqnD0wLTAJWWz g==; X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="326777244" X-IronPort-AV: E=Sophos;i="5.97,224,1669104000"; d="scan'208";a="326777244" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2023 06:37:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="904671986" X-IronPort-AV: E=Sophos;i="5.97,224,1669104000"; d="scan'208";a="904671986" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 17 Jan 2023 06:37:28 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pHn5b-00AcHE-0V; Tue, 17 Jan 2023 16:37:27 +0200 Date: Tue, 17 Jan 2023 16:37:26 +0200 From: Andy Shevchenko To: Sakari Ailus Cc: linux-acpi@vger.kernel.org, rafael@kernel.org, linux-media@vger.kernel.org, heikki.krogerus@linux.intel.com Subject: Re: [PATCH 3/8] device property: Add SOFTWARE_NODE() macro for defining software nodes Message-ID: References: <20230117122244.2546597-1-sakari.ailus@linux.intel.com> <20230117122244.2546597-4-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Tue, Jan 17, 2023 at 04:35:11PM +0200, Andy Shevchenko wrote: > On Tue, Jan 17, 2023 at 02:22:39PM +0200, Sakari Ailus wrote: ... > > + .name = _name_, \ > > + .properties = _properties_, \ > > + .parent = _parent_, \ > > Missed parentheses? Hmm... It seems the current style in the entire file like this. Okay. -- With Best Regards, Andy Shevchenko