Commit ae8d2247 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Michael S. Tsirkin

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: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Message-Id: <20221220095828.27588-3-bagasdotme@gmail.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent fb25d456
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment