OvmfPkg: adapt VirtioFlush()'s leading comment to the coding style

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14362 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2013-05-15 06:23:22 +00:00
parent 11a5fdf437
commit a7615fa875
2 changed files with 8 additions and 10 deletions

View File

@ -222,12 +222,11 @@ VirtioAppendDesc (
@param[in] VirtQueueId Identifies the queue for the target device.
@param[in out] Ring The virtio ring with descriptors to submit.
@param[in,out] Ring The virtio ring with descriptors to submit.
In *Indices:
@param[in] HeadDescIdx Identifies the head descriptor of the descriptor
chain.
@param[in] Indices Indices->NextDescIdx is not accessed.
Indices->HeadDescIdx identifies the head descriptor
of the descriptor chain.
@return Error code from VirtioWrite() if it fails.

View File

@ -380,12 +380,11 @@ VirtioAppendDesc (
@param[in] VirtQueueId Identifies the queue for the target device.
@param[in out] Ring The virtio ring with descriptors to submit.
@param[in,out] Ring The virtio ring with descriptors to submit.
In *Indices:
@param[in] HeadDescIdx Identifies the head descriptor of the descriptor
chain.
@param[in] Indices Indices->NextDescIdx is not accessed.
Indices->HeadDescIdx identifies the head descriptor
of the descriptor chain.
@return Error code from VirtioWrite() if it fails.