[PATCH] arch/x86/boot: sizeof macro

2017-12-29 Thread Saidgani Musaev
--- arch/x86/boot/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/memory.c b/arch/x86/boot/memory.c index d9c28c8..7df2b28 100644 --- a/arch/x86/boot/memory.c +++ b/arch/x86/boot/memory.c @@ -26,7 +26,7 @@ static int detect_memory_e820(void) ini

[PATCH] Drivers: block: fixed a code style issue

2016-06-28 Thread Saidgani Musaev
Fixed the most wanrings in the file --- drivers/block/loop.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/block/loop.c b/drivers/block/loop.c index 1fa8cc2..943ad45 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c @@ -78

[PATCH] Drivers: video: vgastate: fixed a coding style issue

2016-06-25 Thread Saidgani Musaev
From: Saidgani fixed a coding style issue --- drivers/video/vgastate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/vgastate.c b/drivers/video/vgastate.c index 548c751..eb70e5d 100644 --- a/drivers/video/vgastate.c +++ b/drivers/video/vgastate.c @@ -3