* grub-core/video/efi_gop.c: Fix over-80-chars line.

* grub-core/video/efi_uga.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-13 20:10:41 +02:00
parent b2a30ac5e4
commit 54ac3cd189
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/efi_gop.c: Fix over-80-chars line.
* grub-core/video/efi_uga.c: Likewise.
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
Filter devaliases and never open same device twice.

View file

@ -220,7 +220,8 @@ grub_video_gop_iterate (int (*hook) (const struct grub_video_mode_info *info))
static grub_err_t
grub_video_gop_setup (unsigned int width, unsigned int height,
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
unsigned int mode_type,
unsigned int mode_mask __attribute__ ((unused)))
{
unsigned int depth;
struct grub_efi_gop_mode_info *info = NULL;

View file

@ -198,7 +198,8 @@ grub_video_uga_fini (void)
static grub_err_t
grub_video_uga_setup (unsigned int width, unsigned int height,
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
unsigned int mode_type,
unsigned int mode_mask __attribute__ ((unused)))
{
unsigned int depth;
int found = 0;