]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: adapt VirtioFlush()'s leading comment to the coding style
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 May 2013 06:23:22 +0000 (06:23 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 May 2013 06:23:22 +0000 (06:23 +0000)
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

OvmfPkg/Include/Library/VirtioLib.h
OvmfPkg/Library/VirtioLib/VirtioLib.c

index 990219cca13cec3e0e64113fb897255e06ac77b1..51303491d0ae81eddd16c504d084dc388e1a4fb4 100644 (file)
@@ -222,12 +222,11 @@ VirtioAppendDesc (
 \r
   @param[in] VirtQueueId  Identifies the queue for the target device.\r
 \r
-  @param[in out] Ring     The virtio ring with descriptors to submit.\r
+  @param[in,out] Ring     The virtio ring with descriptors to submit.\r
 \r
-  In *Indices:\r
-\r
-  @param[in] HeadDescIdx  Identifies the head descriptor of the descriptor\r
-                          chain.\r
+  @param[in] Indices      Indices->NextDescIdx is not accessed.\r
+                          Indices->HeadDescIdx identifies the head descriptor\r
+                          of the descriptor chain.\r
 \r
 \r
   @return              Error code from VirtioWrite() if it fails.\r
index 97c649b44b4ec6b0ef4a6be8fb6af66c3913977b..87797e10e7b8bfc7f02cc87e6ad5282f3c7677d9 100644 (file)
@@ -380,12 +380,11 @@ VirtioAppendDesc (
 \r
   @param[in] VirtQueueId  Identifies the queue for the target device.\r
 \r
-  @param[in out] Ring     The virtio ring with descriptors to submit.\r
+  @param[in,out] Ring     The virtio ring with descriptors to submit.\r
 \r
-  In *Indices:\r
-\r
-  @param[in] HeadDescIdx  Identifies the head descriptor of the descriptor\r
-                          chain.\r
+  @param[in] Indices      Indices->NextDescIdx is not accessed.\r
+                          Indices->HeadDescIdx identifies the head descriptor\r
+                          of the descriptor chain.\r
 \r
 \r
   @return              Error code from VirtioWrite() if it fails.\r