ich: get rid of spaces in type name

Names with spaces in them are nasty, let's not go there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2014-06-08 18:45:25 +03:00
parent 80e0090a44
commit 292b1634d0
2 changed files with 2 additions and 2 deletions

View file

@ -295,7 +295,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
#define PC_Q35_COMPAT_2_0 \
PC_COMPAT_2_0, \
{\
.driver = "ICH9 LPC",\
.driver = "ICH9-LPC",\
.property = "memory-hotplug-support",\
.value = "off",\
}