aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSasha Levin <[email protected]>2011-11-15 16:17:18 +0200
committerRusty Russell <[email protected]>2011-11-24 13:04:47 +1030
commitfe1a7fe2c4456679b3402f04268bdfafca7b127a (patch)
treee792020a75a1cd7b2b8d4d41aae7c223d1ade046 /include/linux
parentbd20817f733ceb0291e0449106307ffc939006ba (diff)
virtio-mmio: Correct the name of the guest features selector
Guest features selector spelling mistake. Cc: Pawel Moll <[email protected]> Cc: Rusty Russell <[email protected]> Cc: [email protected] Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/virtio_mmio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio_mmio.h b/include/linux/virtio_mmio.h
index 27c7edefbc86..5c7b6f0daef8 100644
--- a/include/linux/virtio_mmio.h
+++ b/include/linux/virtio_mmio.h
@@ -63,7 +63,7 @@
#define VIRTIO_MMIO_GUEST_FEATURES 0x020
/* Activated features set selector - Write Only */
-#define VIRTIO_MMIO_GUEST_FEATURES_SET 0x024
+#define VIRTIO_MMIO_GUEST_FEATURES_SEL 0x024
/* Guest's memory page size in bytes - Write Only */
#define VIRTIO_MMIO_GUEST_PAGE_SIZE 0x028