|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH 14/20] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq() |
| Date: | Wed, 15 Feb 2023 16:40:04 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 |
On 15/2/23 12:27, Philippe Mathieu-Daudé wrote:
ide_init2() initializes a IDEBus, and set its output IRQ.
s/set/sets/
To emphasize this, rename it as ide_bus_init_output_irq().
Mechanical change using:
$ sed -i -e 's/ide_init2/ide_bus_init_output_irq/g' \
$(git grep -l ide_init2)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/ide/ahci.c | 2 +-
hw/ide/cmd646.c | 2 +-
hw/ide/core.c | 4 ++--
hw/ide/isa.c | 2 +-
hw/ide/macio.c | 2 +-
hw/ide/microdrive.c | 2 +-
hw/ide/mmio.c | 2 +-
hw/ide/piix.c | 3 ++-
hw/ide/sii3112.c | 2 +-
hw/ide/via.c | 2 +-
include/hw/ide/internal.h | 4 ++--
11 files changed, 14 insertions(+), 13 deletions(-)
| [Prev in Thread] | Current Thread | [Next in Thread] |