From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: Content-Type: text/plain Date: Tue, 29 Mar 2005 08:21:50 +1000 Message-Id: <1112048510.5410.60.camel@gaston> Mime-Version: 1.0 Cc: Tom Rini , linuxppc-dev list , Paul Mackerras , ML linuxppc-embedded Subject: Re: ASM formatting rules? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2005-03-28 at 10:44 -0600, Kumar Gala wrote: > Guys, > > While this is not overly important to me, I was wondering if we had any > rules related to formatting of assembly files. We seem to have code > formatted with and without spaces in the args. > > I'm assuming something like this (w/o spaces): > > insnargD,arg1,arg2 > > is what we want? Just trying to get a rule documented going forward. I used to have argD, arg1, arg2 but since everything else was "compact", I now tend to adapt to everything else ;) Ben.