aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/max98927
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-05-20 17:46:51 -0600
committerMartin Roth <martinroth@google.com>2018-05-22 02:54:24 +0000
commit9641a92b112c5759ccb956287e80ba4a4983611b (patch)
treeefe2c9f7aae0756afd26600cbb584afde6c25f31 /src/drivers/i2c/max98927
parent8f25a6680e23663f4c88f7fe61a7a62e8fe284c4 (diff)
src: Remove non-ascii characters
Change-Id: Iedb78e24a286a51830c85724af0179995ed553be Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/26434 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/drivers/i2c/max98927')
-rw-r--r--src/drivers/i2c/max98927/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/max98927/chip.h b/src/drivers/i2c/max98927/chip.h
index 765bafdae8..6d3b9a56da 100644
--- a/src/drivers/i2c/max98927/chip.h
+++ b/src/drivers/i2c/max98927/chip.h
@@ -19,7 +19,7 @@
struct drivers_i2c_max98927_config {
/* I2C Bus Frequency in Hertz (default 400kHz) */
unsigned int bus_speed;
- /* Set ‘1’ if I2S channel size is not 32bit. */
+ /* Set '1' if I2S channel size is not 32bit. */
bool interleave_mode;
/* Identifier for chips */
unsigned int uid;