diff options
author | Craig Hesling <hesling@chromium.org> | 2020-10-31 12:57:04 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-10-31 23:24:45 +0000 |
commit | 4170ffcb8ba7ba7bcefdcd7c4c8f21b8366576df (patch) | |
tree | 9c4a31887c8be24e8a28dbc53c9894b67e7d1172 | |
parent | 958db1e7c64c23cb6e6a2e8920ddeb658b92f283 (diff) | |
download | chrome-ec-4170ffcb8ba7ba7bcefdcd7c4c8f21b8366576df.tar.gz |
flash_fp_mcu: Remove trailing space
No functional change.
BRANCH=none
BUG=none
TEST=none
Signed-off-by: Craig Hesling <hesling@chromium.org>
Change-Id: Iccee7262549ca3355d5cb1c9d19fa484c99612e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2513130
Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
-rw-r--r-- | util/flash_fp_mcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_fp_mcu b/util/flash_fp_mcu index ca7983994d..cb65b20544 100644 --- a/util/flash_fp_mcu +++ b/util/flash_fp_mcu @@ -291,7 +291,7 @@ flash_fp_mcu_stm32() { fi # Inform user to reboot if transport is UART. - # Display fw version is transport is SPI + # Display fw version is transport is SPI if [[ "${transport}" == "UART" ]]; then echo "Please reboot this device." else |