[PATCH] ARCH: x86: fix coding style issues in video-vesa.c

From: Stewart Malik
Date: Sun Mar 07 2010 - 18:57:17 EST


---
arch/x86/boot/video-vesa.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/x86/boot/video-vesa.c b/arch/x86/boot/video-vesa.c
index 11e8c6e..426d330 100644
--- a/arch/x86/boot/video-vesa.c
+++ b/arch/x86/boot/video-vesa.c
@@ -263,15 +263,14 @@ void vesa_store_edid(void)
/* ireg.cx = 0; */ /* Controller 0 */
/* ireg.dx = 0; */ /* EDID block number */
ireg.es = ds();
- ireg.di =(size_t)&boot_params.edid_info; /* (ES:)Pointer to block */
+ ireg.di = (size_t)&boot_params.edid_info; /* (ES:)Pointer to block */
intcall(0x10, &ireg, &oreg);
#endif /* CONFIG_FIRMWARE_EDID */
}

#endif /* not _WAKEUP */

-static __videocard video_vesa =
-{
+static __videocard video_vesa = {
.card_name = "VESA",
.probe = vesa_probe,
.set_mode = vesa_set_mode,
--
1.6.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/