]> git.proxmox.com Git - mirror_qemu.git/commit
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Jan 2023 14:02:56 +0000 (15:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jan 2023 17:15:09 +0000 (17:15 +0000)
commitbbcdf7d03850c771a72c148bbc229fa2868908cb
tree698ef0273a41fa87815aa5e24c5d5a66904e9aae
parenta75ed3c43064528f3409f0be286b62b9c3a47218
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name

Following docs/devel/style.rst guidelines, rename omap_gpif_s ->
Omap1GpioState. 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-5-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/gpio/omap_gpio.c
include/hw/arm/omap.h