coding style: avoid unnecessary line continuations
[fw/openocd] / src / flash / nor / cfi.c
index 73884b786893b37b3e5a9899fb99a6ae4002c078..50ab207c14d689b3556030d47c61274f05401ee1 100644 (file)
@@ -2895,7 +2895,7 @@ int cfi_probe(struct flash_bank *bank)
                }
                if (offset != (cfi_info->dev_size * bank->bus_width / bank->chip_width)) {
                        LOG_WARNING(
-                               "CFI size is 0x%" PRIx32 ", but total sector size is 0x%" PRIx32 "", \
+                               "CFI size is 0x%" PRIx32 ", but total sector size is 0x%" PRIx32 "",
                                (cfi_info->dev_size * bank->bus_width / bank->chip_width),
                                offset);
                }