This is an automated email from Gerrit.

"Matthijs Kooijman <matth...@stdin.nl>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7614

-- gerrit

commit c70a825f553a356311cb38b4972139e63feb2615
Author: Matthijs Kooijman <matth...@stdin.nl>
Date:   Thu Apr 27 16:05:02 2023 +0200

    flash/nor/stm32f2x: Fix typos in log messages
    
    Change-Id: I0f27e1c64972a58ac146c391761008cdca610afe
    Signed-off-by: Matthijs Kooijman <matth...@stdin.nl>

diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c
index 9631a9c50b..6bfeed296e 100644
--- a/src/flash/nor/stm32f2x.c
+++ b/src/flash/nor/stm32f2x.c
@@ -230,11 +230,11 @@ static int stm32x_otp_enable(struct flash_bank *bank)
        struct stm32x_flash_bank *stm32x_info = bank->driver_priv;
 
        if (!stm32x_info->otp_unlocked) {
-               LOG_INFO("OTP memory bank #%u is is enabled for write 
commands.",
+               LOG_INFO("OTP memory bank #%u is enabled for write commands.",
                         bank->bank_number);
                stm32x_info->otp_unlocked = true;
        } else {
-               LOG_WARNING("OTP memory bank #%u is is already enabled for 
write commands.",
+               LOG_WARNING("OTP memory bank #%u is already enabled for write 
commands.",
                            bank->bank_number);
        }
        return ERROR_OK;

-- 

Reply via email to