summaryrefslogtreecommitdiff
path: root/chip/npcx
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx')
-rw-r--r--chip/npcx/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/i2c.c b/chip/npcx/i2c.c
index f98697da7b..44761a7fe9 100644
--- a/chip/npcx/i2c.c
+++ b/chip/npcx/i2c.c
@@ -790,7 +790,7 @@ static void i2c_freq_changed(void)
/* Set value from formula */
NPCX_SMBSCLLT(ctrl) = scl_freq;
NPCX_SMBSCLHT(ctrl) = scl_freq;
- cprints(CC_I2C, "Warning: Use 400K or 1MHz",
+ cprints(CC_I2C, "Warning: Use 400K or 1MHz "
"for better timing of I2c %d", ctrl);
continue;
}
@@ -806,7 +806,7 @@ static void i2c_freq_changed(void)
}
}
if (j == i2c_timing_used)
- cprints(CC_I2C, "Error: Please make sure src ",
+ cprints(CC_I2C, "Error: Please make sure src "
"clock of i2c %d is supported", ctrl);
}
}