[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 03/21] hw/isa/ich9: Remove stray empty comment
From: |
Michael Tokarev |
Subject: |
[PULL 03/21] hw/isa/ich9: Remove stray empty comment |
Date: |
Wed, 7 May 2025 21:03:54 +0300 |
From: Gustavo Romero <gustavo.romero@linaro.org>
Remove stray empty comment in IRQ routing function.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/isa/lpc_ich9.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c
index 71afb45b63..304dffac32 100644
--- a/hw/isa/lpc_ich9.c
+++ b/hw/isa/lpc_ich9.c
@@ -182,7 +182,6 @@ static uint64_t ich9_cc_read(void *opaque, hwaddr addr,
}
/* IRQ routing */
-/* */
static void ich9_lpc_rout(uint8_t pirq_rout, int *pic_irq, int *pic_dis)
{
*pic_irq = pirq_rout & ICH9_LPC_PIRQ_ROUT_MASK;
--
2.39.5
- [PULL 00/21] Trivial patches for 2025-05-07, Michael Tokarev, 2025/05/07
- [PULL 01/21] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall, Michael Tokarev, 2025/05/07
- [PULL 03/21] hw/isa/ich9: Remove stray empty comment,
Michael Tokarev <=
- [PULL 02/21] hw/pci/pci.c: Turn DPRINTF into trace events, Michael Tokarev, 2025/05/07
- [PULL 05/21] hw/i386/acpi-build: Update document reference, Michael Tokarev, 2025/05/07
- [PULL 04/21] hw/i386/acpi-build: Fix typo and grammar in comment, Michael Tokarev, 2025/05/07
- [PULL 06/21] hw/acpi/ich9: Remove ICH9_DEBUG macro, Michael Tokarev, 2025/05/07
- [PULL 07/21] hw/i386/acpi-build: Fix typo in function name, Michael Tokarev, 2025/05/07
- [PULL 08/21] hw/core/machine: Fix indentation, Michael Tokarev, 2025/05/07
- [PULL 09/21] qom/object: Fix typo in comment, Michael Tokarev, 2025/05/07
- [PULL 10/21] hw/net/e1000: Remove stray empty comment in header, Michael Tokarev, 2025/05/07
- [PULL 12/21] hw/acpi/pcihp: Fix typo in function name, Michael Tokarev, 2025/05/07
- [PULL 14/21] block.c: fix "the the" typo in comment, Michael Tokarev, 2025/05/07