From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id AFC37DE370 for ; Fri, 1 Aug 2008 08:52:16 +1000 (EST) Message-ID: <4892421B.3020704@freescale.com> Date: Thu, 31 Jul 2008 17:52:11 -0500 From: Scott Wood MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] powerpc: Fix whitespace merge in mpc8641 hpcn device tree References: <48923A43.9040901@freescale.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > np. It would be nice to see dtc warn about it, but that would probably > be a bit difficult. One thing that macros may bring besides clarity and elimination of redundancy is the ability to put some semantic checks in the macro itself (rather than hardcoding it into dtc). At the very least, this particular bug would show up as the wrong number of arguments to a macro. -Scott