From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Kumar Gala Date: Mon, 28 Mar 2005 10:44:17 -0600 To: Paul Mackerras , Tom Rini , Matt Porter , Benjamin Herrenschmidt Cc: linuxppc-dev list , ML linuxppc-embedded Subject: ASM formatting rules? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. - kumar