]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/Crc32.c
modify coding style to pass ecc tool
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / Crc32.c
index 0f22d1f6b7e598916d87c04d678bc113a8069cfe..14370dbc7d9b4d5d51ff13d95ab73468b0d3a461 100644 (file)
@@ -1,6 +1,11 @@
 /** @file\r
   CalculateCrc32 Boot Services as defined in DXE CIS.\r
 \r
+  This Boot Services is in the Runtime Driver because this service is\r
+  also required by SetVirtualAddressMap() when the EFI System Table and\r
+  EFI Runtime Services Table are converted from physical address to\r
+  virtual addresses.   This requires that the 32-bit CRC be recomputed.\r
+\r
 Copyright (c) 2006, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -10,17 +15,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  Crc32.c\r
-\r
-Abstract:\r
-\r
-  This Boot Services is in the Runtime Driver because this service is\r
-  also required by SetVirtualAddressMap() when the EFI System Table and\r
-  EFI Runtime Services Table are converted from physical address to\r
-  virtual addresses.  This requires that the 32-bit CRC be recomputed.\r
-\r
 **/\r
 \r
 \r