summaryrefslogtreecommitdiffstats
path: root/Documentation/s390
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2019-07-17 11:35:35 +0200
committerCornelia Huck <cohuck@redhat.com>2019-07-17 11:35:35 +0200
commit4c4cbbaa693a5cc435664f2f220c8b0be873abd1 (patch)
tree2ccce25c3398aea51e212427296b4e16da915a25 /Documentation/s390
parent127e62174041496b383f82d696e1592ce6838604 (diff)
downloadlinux-0-day-4c4cbbaa693a5cc435664f2f220c8b0be873abd1.tar.gz
linux-0-day-4c4cbbaa693a5cc435664f2f220c8b0be873abd1.tar.xz
Documentation: fix vfio-ccw doc
*Really* mark the literal block as such. Fixes: 127e62174041 ("vfio-ccw: Update documentation for csch/hsch") Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'Documentation/s390')
-rw-r--r--Documentation/s390/vfio-ccw.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/s390/vfio-ccw.rst b/Documentation/s390/vfio-ccw.rst
index be2af10e12b4b..3fe918f0c80d2 100644
--- a/Documentation/s390/vfio-ccw.rst
+++ b/Documentation/s390/vfio-ccw.rst
@@ -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.