From 711aad9b11e683f5ffacb7d8d0e3fc6428b291e5 Mon Sep 17 00:00:00 2001 From: "cornelia.huck" Date: Mon, 4 Nov 2013 13:28:22 +0000 Subject: ccw: Tweak the comments on endianess. ...just to make obvious that we're talking about the transmitted data. Signed-off-by: Cornelia Huck git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@82 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 6854023..c9f3cf3 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -1720,9 +1720,9 @@ discoverable via standard operating system algorithms, and adding virtio support is mainly a question of supporting a new control unit type. -As the S/390 is a big endian machine, these channel commands are -big-endian: this is made clear by use of the types be16, be32 and -be64. +As the S/390 is a big endian machine, the data structures transmitted +via channel commands are big-endian: this is made clear by use of +the types be16, be32 and be64. 2.3.3.1. Basic Concepts ----------------------- -- cgit v1.2.3