From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4D10E96F.6070406@gmail.com> Date: Tue, 21 Dec 2010 09:52:47 -0800 From: Dirk Brandewie MIME-Version: 1.0 To: Michal Marek Subject: Re: [PATCH 1/4] of: Add support for linking device tree blobs into vmlinux References: <99ff131ecbee621f0d3178d6d3896d6f39207d6f.1291820034.git.dirk.brandewie@gmail.com> <4D10B8AA.3070500@suse.cz> In-Reply-To: <4D10B8AA.3070500@suse.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Cc: linux-arch@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, sodaville@linutronix.de, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12/21/2010 06:24 AM, Michal Marek wrote: > On 8.12.2010 16:01, dirk.brandewie@gmail.com wrote: >> +quiet_cmd_dt_S_dtb= DTB $@ > >> +quiet_cmd_dtc = DTC $@ > > Hi, > > just an aesthetic remark: The target name should start at the 9th > column, so there should be 5 spaces after both "DTB" and "DTC". > > Michal Thanks I will fix this. --Dirk