aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-03-06 12:50:03 +1030
committerRusty Russell <rusty@rustcorp.com.au>2015-03-10 11:48:29 +1030
commit7e41a9def062167b5405711a42c9ecfd163e31a9 (patch)
tree5d85a507ba63ff4d6e309cf14e41968f85336184 /include
parentvirtio_balloon: set DRIVER_OK before using device (diff)
downloadlinux-dev-7e41a9def062167b5405711a42c9ecfd163e31a9.tar.xz
linux-dev-7e41a9def062167b5405711a42c9ecfd163e31a9.zip
virtio_blk: typo fix
Now that QEmu reuses linux virtio headers, we noticed a typo in the exported virtio block header. Fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/virtio_blk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/virtio_blk.h b/include/uapi/linux/virtio_blk.h
index 3c53eec4ae22..b695ba959186 100644
--- a/include/uapi/linux/virtio_blk.h
+++ b/include/uapi/linux/virtio_blk.h
@@ -60,7 +60,7 @@ struct virtio_blk_config {
__u32 size_max;
/* The maximum number of segments (if VIRTIO_BLK_F_SEG_MAX) */
__u32 seg_max;
- /* geometry the device (if VIRTIO_BLK_F_GEOMETRY) */
+ /* geometry of the device (if VIRTIO_BLK_F_GEOMETRY) */
struct virtio_blk_geometry {
__u16 cylinders;
__u8 heads;