Skip to content

Commit

Permalink
ich: get rid of spaces in type name
Browse files Browse the repository at this point in the history
Names with spaces in them are nasty, let's not go there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
mstsirkin committed Jun 19, 2014
1 parent 80e0090 commit 292b163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/hw/i386/ich9.h
Expand Up @@ -24,7 +24,7 @@ I2CBus *ich9_smb_init(PCIBus *bus, int devfn, uint32_t smb_io_base);

#define ICH9_CC_SIZE (16 * 1024) /* 16KB */

#define TYPE_ICH9_LPC_DEVICE "ICH9 LPC"
#define TYPE_ICH9_LPC_DEVICE "ICH9-LPC"
#define ICH9_LPC_DEVICE(obj) \
OBJECT_CHECK(ICH9LPCState, (obj), TYPE_ICH9_LPC_DEVICE)

Expand Down
2 changes: 1 addition & 1 deletion include/hw/i386/pc.h
Expand Up @@ -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",\
}
Expand Down

0 comments on commit 292b163

Please sign in to comment.