Jonathan Cameron wrote: > This enum typedef used to be local to one file, so having a generic > name wasn't a big problem even if it wasn't compliant with QEMU naming > conventions. Now it is in cxl_device.h to support use outside of > cxl-mailbox-utils.c rename it.
Same comment as 1/6 but still. Reviewed-by: Ira Weiny <[email protected]> > > Signed-off-by: Jonathan Cameron <[email protected]> > --- > hw/cxl/cxl-mailbox-utils.c | 62 ++++++++++++++++++------------------- > include/hw/cxl/cxl_device.h | 2 +- > 2 files changed, 32 insertions(+), 32 deletions(-) >
