lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon,  8 Mar 2010 10:26:42 +1030
From:	Stewart Malik <mali0037@...il.com>
To:	mj@....cz, hpa@...or.com, tglx@...utronix.de, mingo@...hat.com
Cc:	x86@...nel.org, linux-video@...ey.karlin.mff.cuni.cz,
	linux-kernel@...r.kernel.org, Stewart Malik <mali0037@...il.com>
Subject: [PATCH] ARCH: x86: fix coding style issues in video-vesa.c

---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ