Skip to content

Commit

Permalink
OvmfPkg: adapt VirtioFlush()'s leading comment to the coding style
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <[email protected]>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14362 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
jljusten committed May 15, 2013
1 parent 11a5fdf commit a7615fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions OvmfPkg/Include/Library/VirtioLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions OvmfPkg/Library/VirtioLib/VirtioLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7615fa

Please sign in to comment.