]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.h
index 5628e393f2029a8d7e1e793dd398a6395b4530fe..a4912fb8e16633863e8ffe64c0f4e75260d1d633 100644 (file)
@@ -1,5 +1,7 @@
 /** @file\r
 \r
+  This file contains the definination for host controller debug support routines\r
+\r
 Copyright (c) 2007, Intel Corporation\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
@@ -9,17 +11,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
-  UhciDebug.h\r
-\r
-Abstract:\r
-\r
-  This file contains the definination for host controller debug support routines\r
-\r
-Revision History\r
-\r
-\r
 **/\r
 \r
 #ifndef _EFI_UHCI_DEBUG_H_\r
@@ -27,32 +18,30 @@ Revision History
 \r
 \r
 /**\r
-  Dump the content of QH structure\r
+  Dump the content of QH structure.\r
 \r
-  @param  QhSw    Pointer to software QH structure\r
+  @param  QhSw    Pointer to software QH structure.\r
 \r
-  @return None\r
+  @return None.\r
 \r
 **/\r
 VOID\r
 UhciDumpQh (\r
   IN UHCI_QH_SW         *QhSw\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
   Dump the content of TD structure.\r
 \r
-  @param  TdSw    Pointer to software TD structure\r
+  @param  TdSw    Pointer to software TD structure.\r
 \r
-  @return None\r
+  @return None.\r
 \r
 **/\r
 VOID\r
 UhciDumpTds (\r
   IN UHCI_TD_SW           *TdSw\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r