]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/FvReportPei/FvReportPei.c
SecurityPkg/FvReportPei: remove redundant sizeof
[mirror_edk2.git] / SecurityPkg / FvReportPei / FvReportPei.c
index d709760ea3ce783465d5f116037406a54714bf68..e82413e090c0b2c6c29b8ca3108c1bebd9627e5d 100644 (file)
@@ -67,7 +67,7 @@ InstallPreHashFvPpi (
   HASH_INFO                                         *HashInfo;\r
 \r
   PpiSize = sizeof (EDKII_PEI_FIRMWARE_VOLUME_INFO_PREHASHED_FV_PPI)\r
-            + sizeof (sizeof (HASH_INFO))\r
+            + sizeof (HASH_INFO)\r
             + HashSize;\r
 \r
   PreHashedFvPpi = AllocatePool (PpiSize);\r