aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/virtio.h
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-11-10 09:33:29 +1030
committerRusty Russell <rusty@rustcorp.com.au>2014-11-11 17:09:57 +1030
commitcbd7f8d6825c6900daa9d6f1b363b592ea9ee1fa (patch)
tree7e733c345112590ef193adb14c3fea5c3c305d3e /include/linux/virtio.h
parentLinux 3.18-rc3 (diff)
downloadwireguard-linux-cbd7f8d6825c6900daa9d6f1b363b592ea9ee1fa.tar.xz
wireguard-linux-cbd7f8d6825c6900daa9d6f1b363b592ea9ee1fa.zip
virtio: Fix comment typo 'CONFIG_S_FAILED'
Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. So use that prefix here too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/linux/virtio.h')
-rw-r--r--include/linux/virtio.h2
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);
/**
* virtio_device - representation of a device using virtio
* @index: unique position on the virtio bus
- * @failed: saved value for CONFIG_S_FAILED bit (for restore)
+ * @failed: saved value for VIRTIO_CONFIG_S_FAILED bit (for restore)
* @config_enabled: configuration change reporting enabled
* @config_change_pending: configuration change reported while disabled
* @config_lock: protects configuration change reporting