Fix typos, trailing whitespace

This commit is contained in:
proski 2009-01-02 23:38:44 +00:00
parent 1e901a7573
commit 34c44600fe

View file

@ -100,7 +100,7 @@
2008-11-29 Robert Millan <rmh@aybabtu.com> 2008-11-29 Robert Millan <rmh@aybabtu.com>
* disk/ata.c (grub_ata_pciinit): Handle errors rised by * disk/ata.c (grub_ata_pciinit): Handle errors raised by
grub_ata_device_initialize() calls. grub_ata_device_initialize() calls.
2008-11-28 Krzysztof Smiechowicz <deadwood@wp.pl> 2008-11-28 Krzysztof Smiechowicz <deadwood@wp.pl>
@ -132,13 +132,13 @@
2008-11-22 Robert Millan <rmh@aybabtu.com> 2008-11-22 Robert Millan <rmh@aybabtu.com>
Fix breakage on coreboot due to declaration missmatch. Fix breakage on coreboot due to declaration mismatch.
* term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function. * term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
(grub_vga_text_term): Use grub_vga_text_init_fini() instead of (grub_vga_text_term): Use grub_vga_text_init_fini() instead of
grub_vga_text_cls(). grub_vga_text_cls().
* kern/i386/loader.S (grub_multiboot_backward_relocator): Improve * kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
comments. Avoid copiing one more byte than necessary (just in case). comments. Avoid copying one more byte than necessary (just in case).
* conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
to 0x200000 (avoids trouble with some OFW implementations, and matches to 0x200000 (avoids trouble with some OFW implementations, and matches
@ -207,7 +207,7 @@
loader. loader.
* loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
an appropiate place in lower memory, between 0x10000 and 0x90000, an appropriate place in lower memory, between 0x10000 and 0x90000,
like loader/i386/efi/linux.c does. Linux often panics if real_mode_mem like loader/i386/efi/linux.c does. Linux often panics if real_mode_mem
is in our heap (probably as a result of it being corrupted during is in our heap (probably as a result of it being corrupted during
decompression). Add #error instance with comment to explain why this decompression). Add #error instance with comment to explain why this
@ -216,7 +216,7 @@
2008-11-14 Robert Millan <rmh@aybabtu.com> 2008-11-14 Robert Millan <rmh@aybabtu.com>
* term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS] * term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
(GRUB_SERIAL_PORT_NUM): Fix misscalculation. (GRUB_SERIAL_PORT_NUM): Fix miscalculation.
2008-11-12 Robert Millan <rmh@aybabtu.com> 2008-11-12 Robert Millan <rmh@aybabtu.com>
@ -2550,7 +2550,7 @@
looking for (often causing expensive probes of non-existent drives). looking for (often causing expensive probes of non-existent drives).
Some callers relied on previous buggy behaviour, since they would Some callers relied on previous buggy behaviour, since they would
rise an error when their own hooks caused early abortion of its raise an error when their own hooks caused early abortion of its
iteration. iteration.
* kern/device.c (grub_device_open): Improve error message. * kern/device.c (grub_device_open): Improve error message.