hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
commitbded15c91c2cf3f1b9e27b06a75ac74570fb4fae
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Jan 2023 14:02:58 +0000 (9 15:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jan 2023 17:15:09 +0000 (12 17:15 +0000)
treef7cac2e078062f8d6802898a9f3cc3cb30ddc987
parentbb3d1c61ec40a2d7ba0c752b7a65bb1e59974fc5
hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name

Following docs/devel/style.rst guidelines, rename
omap_intr_handler_s -> OMAPIntcState. This also remove a
use of 'struct' in the DECLARE_INSTANCE_CHECKER() macro call.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230109140306.23161-7-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/omap_intc.c
include/hw/arm/omap.h