]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.h
index 5628e393f2029a8d7e1e793dd398a6395b4530fe..abdb64fa36f15fdb8543638e55388e367809f4b5 100644 (file)
@@ -1,7 +1,9 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+  This file contains the definination for host controller debug support routines\r
+\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\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