aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/driver-api/uio-howto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/driver-api/uio-howto.rst b/Documentation/driver-api/uio-howto.rst
index 92056c20e070..fb2eb73be4a3 100644
--- a/Documentation/driver-api/uio-howto.rst
+++ b/Documentation/driver-api/uio-howto.rst
@@ -711,7 +711,8 @@ The vmbus device regions are mapped into uio device resources:
711 711
712If a subchannel is created by a request to host, then the uio_hv_generic 712If a subchannel is created by a request to host, then the uio_hv_generic
713device driver will create a sysfs binary file for the per-channel ring buffer. 713device driver will create a sysfs binary file for the per-channel ring buffer.
714For example: 714For example::
715
715 /sys/bus/vmbus/devices/3811fe4d-0fa0-4b62-981a-74fc1084c757/channels/21/ring 716 /sys/bus/vmbus/devices/3811fe4d-0fa0-4b62-981a-74fc1084c757/channels/21/ring
716 717
717Further information 718Further information