diff options
-rw-r--r-- | include/linux/virtio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 65261a7244fc..abafae783058 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h | |||
@@ -78,7 +78,7 @@ bool virtqueue_is_broken(struct virtqueue *vq); | |||
78 | /** | 78 | /** |
79 | * virtio_device - representation of a device using virtio | 79 | * virtio_device - representation of a device using virtio |
80 | * @index: unique position on the virtio bus | 80 | * @index: unique position on the virtio bus |
81 | * @failed: saved value for CONFIG_S_FAILED bit (for restore) | 81 | * @failed: saved value for VIRTIO_CONFIG_S_FAILED bit (for restore) |
82 | * @config_enabled: configuration change reporting enabled | 82 | * @config_enabled: configuration change reporting enabled |
83 | * @config_change_pending: configuration change reported while disabled | 83 | * @config_change_pending: configuration change reported while disabled |
84 | * @config_lock: protects configuration change reporting | 84 | * @config_lock: protects configuration change reporting |