projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88660f7
)
virtio_blk: typo fix
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 6 Mar 2015 02:20:03 +0000
(12:50 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 10 Mar 2015 01:18:29 +0000
(11:48 +1030)
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>
include/uapi/linux/virtio_blk.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/virtio_blk.h
b/include/uapi/linux/virtio_blk.h
index 3c53eec4ae22697ecb87522bf83de79f4e7e2b0e..b695ba9591869d330f67dc57e688cfe5c75c9987 100644
(file)
--- 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;