]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/EmuBlockIoDxe/EmuBlockIo.c
InOsEmuPkg: Add the EFI parts of the Simple Network Protocol
[mirror_edk2.git] / InOsEmuPkg / EmuBlockIoDxe / EmuBlockIo.c
index e8917326f203a4b32dd9f861a579b2ecc7c6c74c..b679d8f72aef4483ddfb2a5ec35b5a2c9c6109f0 100644 (file)
@@ -420,7 +420,7 @@ EmuBlockIoDriverBindingSupported (
   )\r
 {\r
   EFI_STATUS              Status;\r
-  EMU_IO_THUNK_PROTOCOL  *EmuIoThunk;\r
+  EMU_IO_THUNK_PROTOCOL   *EmuIoThunk;\r
 \r
   //\r
   // Open the IO Abstraction(s) needed to perform the supported test\r
@@ -520,9 +520,7 @@ EmuBlockIoDriverBindingStart (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  //\r
-  // Set DiskType\r
-  //\r
+  \r
   if (!CompareGuid (EmuIoThunk->Protocol, &gEmuBlockIoProtocolGuid)) {\r
     Status = EFI_UNSUPPORTED;\r
     goto Done;\r