mirror of https://github.com/acidanthera/audk.git
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:
parent
11a5fdf437
commit
a7615fa875
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue