Re: [RFC PATCH 07/16] efi: Public the function of transferring EFI status to kernel error
From: joeyli <jlee@suse.com>
Date: 2015-07-31 15:12:04
Also in:
linux-efi, lkml
From: joeyli <jlee@suse.com>
Date: 2015-07-31 15:12:04
Also in:
linux-efi, lkml
On Thu, Jul 30, 2015 at 05:23:22PM +0100, Matt Fleming wrote:
On Thu, 2015-07-16 at 22:25 +0800, Lee, Chun-Yi wrote:quoted
Moved the function of transferring EFI status to kernel error for later used by EFI stub. Signed-off-by: Lee, Chun-Yi <jlee@suse.com> --- drivers/firmware/efi/vars.c | 33 --------------------------------- include/linux/efi.h | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-)The patch contents are fine but the title could do with some work, "public" isn't a verb. I think "Make efi_status_to_err() public" would be fine.
Thanks for your correcting, I will change the patch title. Joey Lee