modify coding style to pass ecc tool and provide comments that complied with Doxgen.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5427 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2008-07-08 10:26:16 +00:00
parent 38bbd3d91c
commit 78c2ffb5a7
13 changed files with 632 additions and 812 deletions

View File

@@ -26,12 +26,12 @@ Revision History
/**
Dump the fields of a QTD
Dump the fields of a QTD.
@param Qtd The QTD to dump
@param Msg The message to print before the dump
@param Qtd The QTD to dump.
@param Msg The message to print before the dump.
@return None
@return None.
**/
VOID
@@ -44,13 +44,13 @@ EhcDumpQtd (
/**
Dump the queue head
Dump the queue head.
@param Qh The queue head to dump
@param Msg The message to print before the dump
@param DumpBuf Whether to dump the memory buffer of the associated QTD
@param Qh The queue head to dump.
@param Msg The message to print before the dump.
@param DumpBuf Whether to dump the memory buffer of the associated QTD.
@return None
@return None.
**/
VOID
@@ -64,12 +64,12 @@ EhcDumpQh (
/**
Dump the buffer in the form of hex
Dump the buffer in the form of hex.
@param Buf The buffer to dump
@param Len The length of buffer
@param Buf The buffer to dump.
@param Len The length of buffer.
@return None
@return None.
**/
VOID