[BOOT] Get rid of useless comments

This commit is contained in:
2024-08-27 08:13:49 -04:00
부모 d759302400
커밋 831a676af8
9개의 변경된 파일90개의 추가작업 그리고 161개의 파일을 삭제

파일 보기

@@ -31,15 +31,14 @@ Routine Description:
Arguments:
ImageHandle - Handle for the boot manager image.
ImageHandle - EFI handle for the boot manager image.
SystemTable - Pointer to the EFI system table.
Return Value:
EFI_SUCCESS if successful.
EFI_INVALID_PARAMEER if input parameter structure creation fails.
Any other value defined in efierr.h.
EFI_INVALID_PARAMETER if EfiInitCreateInputParameters() fails.
Any status code returned by EfiGetEfiStatusCode(BmMain()).
--*/

파일 보기

@@ -28,12 +28,11 @@ Routine Description:
Arguments:
DataStore - pointer to memory to put the data store handle in.
DataStore - Pointer to a HANDLE that recieves the data store handle.
Return Value:
STATUS_SUCCESS if successful,
Other NTSTATUS value on failure.
STATUS_SUCCESS.
--*/