]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Debug.c
FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding style
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Debug.c
index 7c0dc209340004df531c75a348e7bed74db86822..ad237863336db50e195ee346bb17a843c8217bb4 100644 (file)
@@ -1,4 +1,5 @@
-/*++\r
+/** @file\r
+  Debug functions for fat driver\r
 \r
 Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available\r
@@ -9,40 +10,21 @@ 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
+**/\r
 \r
-Module Name:\r
-\r
-  debug.c\r
-\r
-Abstract:\r
-\r
-  Debug functions for fat driver\r
+#include "Fat.h"\r
 \r
-Revision History\r
+/**\r
 \r
---*/\r
+  Dump all the FAT Entry of the FAT table in the volume.\r
 \r
-#include "Fat.h"\r
+  @param  Volume - The volume whose FAT info will be dumped\r
 \r
+**/\r
 VOID\r
 FatDumpFatTable (\r
   IN FAT_VOLUME   *Volume\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Dump all the FAT Entry of the FAT table in the volume\r
-\r
-Arguments:\r
-\r
-  Volume - The volume whose FAT info will be dumped\r
-\r
-Returns:\r
-\r
-  None\r
-\r
---*/\r
 {\r
   UINTN   EntryValue;\r
   UINTN   MaxIndex;\r