Various cosmetic fixes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@200 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-06 05:08:31 +00:00
commit 54bfbf97e5
7 changed files with 24 additions and 20 deletions

View file

@ -24,7 +24,7 @@ extern struct device_operations i440bxemulation_pcidomainops;
struct northbridge_intel_i440bx_config
{
/* The various emulators don't always get 440BX right. So we are
* going to allow users to set the RAM size via Kconfig.
* going to allow users to set the RAM size via Kconfig.
*/
int ramsize;
};