Skip to content

Commit

Permalink
x86: janitor work in video-vga.c
Browse files Browse the repository at this point in the history
Just moved an open brace to the previous line.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Miklos Vajna authored and Thomas Gleixner committed May 25, 2008
1 parent f076644 commit 2141261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/x86/boot/video-vga.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ static int vga_probe(void)
return mode_count[adapter];
}

__videocard video_vga =
{
__videocard video_vga = {
.card_name = "VGA",
.probe = vga_probe,
.set_mode = vga_set_mode,
Expand Down

0 comments on commit 2141261

Please sign in to comment.