]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c
Improve coding style in MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDebug.c
index 892021c1c0e0801de6aba9430e9b467db3fc7f31..76026ecd6df38121aeb97f27389b8ac2d33c0209 100644 (file)
@@ -2,7 +2,7 @@
 \r
   This file provides the information dump support for EHCI when in debug mode.\r
 \r
-Copyright (c) 2007 - 2009, Intel Corporation\r
+Copyright (c) 2007 - 2010, 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
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -105,7 +105,7 @@ EhcDumpQtd (
 \r
   DEBUG ((EFI_D_INFO, "Error Count  : %d\n", QtdHw->ErrCnt));\r
   DEBUG ((EFI_D_INFO, "Current Page : %d\n", QtdHw->CurPage));\r
-  DEBUG ((EFI_D_INFO, "IOC          : %d\n", QtdHw->IOC));\r
+  DEBUG ((EFI_D_INFO, "IOC          : %d\n", QtdHw->Ioc));\r
   DEBUG ((EFI_D_INFO, "Total Bytes  : %d\n", QtdHw->TotalBytes));\r
   DEBUG ((EFI_D_INFO, "Data Toggle  : %d\n", QtdHw->DataToggle));\r
 \r
@@ -181,7 +181,7 @@ EhcDumpQh (
 \r
   DEBUG ((EFI_D_INFO, "Error Count   : %d\n", QhHw->ErrCnt));\r
   DEBUG ((EFI_D_INFO, "Current Page  : %d\n", QhHw->CurPage));\r
-  DEBUG ((EFI_D_INFO, "IOC           : %d\n", QhHw->IOC));\r
+  DEBUG ((EFI_D_INFO, "IOC           : %d\n", QhHw->Ioc));\r
   DEBUG ((EFI_D_INFO, "Total Bytes   : %d\n", QhHw->TotalBytes));\r
   DEBUG ((EFI_D_INFO, "Data Toggle   : %d\n", QhHw->DataToggle));\r
 \r