[PATCH] partitions: efi.c: fix formatting and function readability

2014-09-03 Thread Joseph Poirier
From: jpoirier Fixed coding style issues, refactored the protective MBR check function for readability, and removed an explicit return from a function returning void. Signed-off-by: Joseph Poirier Signed-off-by: jpoirier --- block/partitions/efi.c | 222

[PATCH] partitions: efi.c: fix formatting and function readability

2014-09-03 Thread Joseph Poirier
From: jpoirier jdpoir...@gmail.com Fixed coding style issues, refactored the protective MBR check function for readability, and removed an explicit return from a function returning void. Signed-off-by: Joseph Poirier jdpoir...@gmail.com Signed-off-by: jpoirier jdpoir...@gmail.com --- block