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>
This commit is contained in:
Martin Roth
2018-05-20 17:46:51 -06:00
parent 8f25a6680e
commit 9641a92b11
8 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,7 @@
struct drivers_i2c_max98373_config {
/* I2C Bus Frequency in Hertz (default 400kHz) */
uint32_t 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 */
uint32_t uid;

View File

@@ -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;