From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 28 May 2010 15:18:08 -0500 Subject: [U-Boot] [PATCH] fsl: add LAW target to fsl_pci_info structure In-Reply-To: References: <1275077130-27729-1-git-send-email-timur@freescale.com> Message-ID: <4C002500.1050101@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > My pref is to leave the tabs. The 'law' field would be misaligned. I would need to insert lots of tabs. unsigned long regs; pci_addr_t mem_bus; phys_size_t mem_phys; pci_size_t mem_size; pci_addr_t io_bus; phys_size_t io_phys; pci_size_t io_size; enum law_target_if law; int pci_num;