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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user