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

2014-09-26 Thread Davidlohr Bueso
On Fri, 2014-09-26 at 16:53 +0100, Matt Fleming wrote: > (No response from Davidlohr, try another address) > > On Wed, 03 Sep, at 11:07:20PM, Joseph Poirier wrote: > > From: jpoirier > > > > Fixed coding style issues, refactored the protective MBR check > > function for readability, and removed

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

2014-09-26 Thread Matt Fleming
(No response from Davidlohr, try another address) On Wed, 03 Sep, at 11:07:20PM, Joseph Poirier wrote: > 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-

[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 ---