Commit 1a847b228b for qemu.org

commit 1a847b228b3c1c72035364010064d9ee5b8fc759
Author: Bernhard Beschow <shentey@gmail.com>
Date:   Thu Mar 5 23:09:05 2026 +0100

    hw/char/serial: Remove unhelpful comment

    There is no "is_load" flag and one can tell from the method name what
    the method does. Remove this unhelpful comment.

    Signed-off-by: Bernhard Beschow <shentey@gmail.com>
    Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
    Message-ID: <20260305220911.131508-9-shentey@gmail.com>
    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

diff --git a/hw/char/serial.c b/hw/char/serial.c
index 2c558cb9fc..f73de1ae4f 100644
--- a/hw/char/serial.c
+++ b/hw/char/serial.c
@@ -281,9 +281,6 @@ static void serial_xmit(SerialState *s)
     s->lsr |= UART_LSR_TEMT;
 }

-/* Setter for FCR.
-   is_load flag means, that value is set while loading VM state
-   and interrupt should not be invoked */
 static void serial_write_fcr(SerialState *s, uint8_t val)
 {
     /* Set fcr - val only has the bits that are supposed to "stick" */