Documentation: fix vfio-ccw doc
authorCornelia Huck <cohuck@redhat.com>
Wed, 17 Jul 2019 09:35:35 +0000 (11:35 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 17 Jul 2019 09:35:35 +0000 (11:35 +0200)
*Really* mark the literal block as such.

Fixes: 127e62174041 ("vfio-ccw: Update documentation for csch/hsch")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Documentation/s390/vfio-ccw.rst

index be2af10e12b4be67db2e59fcd8918957f9cc4560..3fe918f0c80d2e913f7d86a9152e573ebc9c202a 100644 (file)
@@ -218,14 +218,14 @@ vfio-ccw cmd region
 -------------------
 
 The vfio-ccw cmd region is used to accept asynchronous instructions
-from userspace.
-
-#define VFIO_CCW_ASYNC_CMD_HSCH (1 << 0)
-#define VFIO_CCW_ASYNC_CMD_CSCH (1 << 1)
-struct ccw_cmd_region {
-       __u32 command;
-       __u32 ret_code;
-} __packed;
+from userspace::
+
+  #define VFIO_CCW_ASYNC_CMD_HSCH (1 << 0)
+  #define VFIO_CCW_ASYNC_CMD_CSCH (1 << 1)
+  struct ccw_cmd_region {
+         __u32 command;
+         __u32 ret_code;
+  } __packed;
 
 This region is exposed via region type VFIO_REGION_SUBTYPE_CCW_ASYNC_CMD.