[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221220095828.27588-3-bagasdotme@gmail.com>
Date: Tue, 20 Dec 2022 16:58:28 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: virtualization@...ts.linux-foundation.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: "Michael S. Tsirkin" <mst@...hat.com>,
Jason Wang <jasowang@...hat.com>,
Jonathan Corbet <corbet@....net>,
Ricardo CaƱuelo <ricardo.canuelo@...labora.com>,
Cornelia Huck <cohuck@...hat.com>, kernel@...labora.com,
Bagas Sanjaya <bagasdotme@...il.com>
Subject: [PATCH 2/3] docs: driver-api: virtio: slightly reword virtqueues allocation paragraph
"It's at this stage that" means "At this point", so use the latter as it
is more effective.
Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
---
Documentation/driver-api/virtio/virtio.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/driver-api/virtio/virtio.rst b/Documentation/driver-api/virtio/virtio.rst
index 2e4ac9557f4a9f..88e2a9bcd8b3f7 100644
--- a/Documentation/driver-api/virtio/virtio.rst
+++ b/Documentation/driver-api/virtio/virtio.rst
@@ -123,10 +123,10 @@ When the device is registered to the virtio bus the kernel will look
for a driver in the bus that can handle the device and call that
driver's ``probe`` method.
-It's at this stage that the virtqueues will be allocated and configured
-by calling the appropriate ``virtio_find`` helper function, such as
-virtio_find_single_vq() or virtio_find_vqs(), which will end up
-calling a transport-specific ``find_vqs`` method.
+At this point, the virtqueues will be allocated and configured by
+calling the appropriate ``virtio_find`` helper function, such as
+virtio_find_single_vq() or virtio_find_vqs(), which will end up calling
+a transport-specific ``find_vqs`` method.
References
--
An old man doll... just what I always wanted! - Clara
Powered by blists - more mailing lists