[vbox-dev] [Patch] No more eRRRors.

2017-06-08 Thread Kalogrianitis Socratis
I was going through a VBoxHardening.log while searching for "error". I bumped upon a string that looked like it, but it wasn't. it was an ERRROR with 3 "R"s. So, a global search for "errror" and a replace, results in the following patch. Sure, most of them are in comments but there are two in

[vbox-dev] [PATCH 6/7] Additions: linux/drm: Change vbox_main.c to kernel coding style

2017-06-08 Thread Hans de Goede
This is the result of running linux/scripts/Lindent + manual cleanups. After this the file passes linux/scripts/checkpatch -f except for the LINUX_VERSION_CODE checks. This patch contains no functional changes, only coding style fixes, including changing uintXX_t types to uXX. Signed-off-by:

[vbox-dev] [PATCH 3/7] Additions: linux/drm: Change vbox_fb.c to kernel coding style

2017-06-08 Thread Hans de Goede
This is the result of running linux/scripts/Lindent + manual cleanups. After this the file passes linux/scripts/checkpatch -f except for the LINUX_VERSION_CODE checks. This patch contains no functional changes, only coding style fixes, including changing uintXX_t types to uXX. Signed-off-by:

[vbox-dev] [PATCH 4/7] Additions: linux/drm: Fix checkpatch warning in vbox_hgsmi.c

2017-06-08 Thread Hans de Goede
Fix: CHECK: Alignment should match open parenthesis #123: FILE: drivers/staging/vboxvideo/vbox_hgsmi.c:123: offset = gen_pool_virt_to_phys(guest_pool, (unsigned long)buf - sizeof(HGSMIBUFFERHEADER)); Signed-off-by: Hans de Goede ---

[vbox-dev] [PATCH 1/7] Additions: linux/drm: Change vbox_drv.c to kernel coding style

2017-06-08 Thread Hans de Goede
This is the result of running linux/scripts/Lindent + manual cleanups. After this the file passes linux/scripts/checkpatch -f except for the LINUX_VERSION_CODE checks. This patch contains no functional changes, only coding style fixes, including changing uintXX_t types to uXX. Signed-off-by:

[vbox-dev] [PATCH 5/7] Additions: linux/drm: Change vbox_irq.c to kernel coding style

2017-06-08 Thread Hans de Goede
This is the result of running linux/scripts/Lindent + manual cleanups. After this the file passes linux/scripts/checkpatch -f except for the LINUX_VERSION_CODE checks. This patch contains no functional changes, only coding style fixes, including changing uintXX_t types to uXX. Signed-off-by:

[vbox-dev] [PATCH 2/7] Additions: linux/drm: Change vbox_drv.h to kernel coding style

2017-06-08 Thread Hans de Goede
This is the result of running linux/scripts/Lindent + manual cleanups. After this the file passes linux/scripts/checkpatch -f except for the LINUX_VERSION_CODE checks. This patch contains no functional changes, only coding style fixes, including changing uintXX_t types to uXX. Signed-off-by:

[vbox-dev] [PATCH 0/7] Additions: linux/drm: Change vbox_*.? files to kernel coding style

2017-06-08 Thread Hans de Goede
Hi, Here is the first batch of patches to change the various vbox_*.? files in the linux drm/kms driver to the kernel coding style. You hereby have my and Red Hat's permission to use these patches under the MIT license. Regards, Hans ___ vbox-dev