Just went to look at this for reference, and noticed the whitespace in the device section was a mess. Attached patch fixes that. No actual code changes, just fix the whitespace so it's legible.
Signed-off-by: Corey Osgood corey_osgood@verizon.net
On Thu, May 17, 2007 at 02:26:36AM -0400, Corey Osgood wrote:
Just went to look at this for reference, and noticed the whitespace in the device section was a mess. Attached patch fixes that. No actual code changes, just fix the whitespace so it's legible.
Signed-off-by: Corey Osgood corey_osgood@verizon.net
r2672, thanks. I had to fix some more whitespace issues, the file inconsistently mixed tabs and spaces...
chip southbridge/intel/i82801ca
device pci 1d.0 off end # USB (might not work, Southbridge code needs looking at)
device pci 1d.1 off end # USB (not populated)
[...]
chip southbridge/intel/i82801ca
device pci 1d.0 off end # USB (might not work, Southbridge code needs looking at) device pci 1d.1 off end # USB (not populated)
This was even broken syntactically, I think (fixed it).
Uwe.
device pci 1d.0 off end # USB (might not work, Southbridge code
needs looking at) device pci 1d.1 off end # USB (not populated)
is it me or is there a newline missing here ? ----- Original Message ----- From: "Uwe Hermann" uwe@hermann-uwe.de To: "LinuxBIOS Mailing List" linuxbios@linuxbios.org Sent: Thursday, May 17, 2007 13:23 Subject: Re: [LinuxBIOS] [PATCH] fix whitespace for Intel xe7501devkitConfig.lb
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On Thu, May 17, 2007 at 10:50:13PM +0200, todthgie wrote:
device pci 1d.0 off end # USB (might not work, Southbridge code
needs looking at) device pci 1d.1 off end # USB (not populated)
is it me or is there a newline missing here ?
In the patch: yes. I fixed that before committing, though.
Uwe.