summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2013-05-15 06:22:15 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2013-05-15 06:22:15 +0000
commitf2965f4e263274d27e2d9a1291a60785543f3e0c (patch)
tree89ce2fe6112ce7ddd4f095dde5eddc01d4d3e7bd /OvmfPkg/Include
parent990c91752e810a854704d972b184fb251f389040 (diff)
downloadedk2-platforms-f2965f4e263274d27e2d9a1291a60785543f3e0c.tar.xz
OvmfPkg: adapt VirtioPrepare()'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@14360 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r--OvmfPkg/Include/Library/VirtioLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Include/Library/VirtioLib.h b/OvmfPkg/Include/Library/VirtioLib.h
index 3bebd9f2f4..9a502f3e67 100644
--- a/OvmfPkg/Include/Library/VirtioLib.h
+++ b/OvmfPkg/Include/Library/VirtioLib.h
@@ -152,7 +152,7 @@ typedef struct {
The calling driver must be in VSTAT_DRIVER_OK state.
- @param[in out] Ring The virtio ring we intend to append descriptors to.
+ @param[in,out] Ring The virtio ring we intend to append descriptors to.
@param[out] Indices The DESC_INDICES structure to initialize.