
1 Nov
2018
1 Nov
'18
8:39 a.m.
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote:
From: Leif Lindholm leif.lindholm@linaro.org
This patch provides enough implementation of the following protocols to run EDKII's Shell.efi and UEFI SCT:
- EfiHiiDatabaseProtocol
- EfiHiiStringProtocol
Not implemented are:
- ExportPackageLists()
- RegisterPackageNotify()/UnregisterPackageNotify()
- SetKeyboardLayout() (i.e. *current* keyboard layout)
<snip />
case EFI_HII_PACKAGE_STRINGS:
ret = add_strings_package(hii,
(struct efi_hii_strings_package *)package);
scripts/checkpatch.pl:
CHECK: Alignment should match open parenthesis #583: FILE: lib/efi_loader/efi_hii.c:231: + ret = add_strings_package(hii, + (struct efi_hii_strings_package *)package);
Please, adjust the alignment.
Best regards
Heinrich