Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0093380c authored by Gerhard Sittig's avatar Gerhard Sittig Committed by Mark Brown
Browse files

regmap: trivial comment fix (copy'n'paste error)



fix a trivial copy'n'paste error in the regmap kerneldoc, s/write/read/
for the regmap_read(), regmap_raw_read() and regmap_bulk_read() routines

Signed-off-by: default avatarGerhard Sittig <gsi@denx.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 04bc9ac1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1743,7 +1743,7 @@ static int _regmap_read(struct regmap *map, unsigned int reg,
/**
 * regmap_read(): Read a value from a single register
 *
 * @map: Register map to write to
 * @map: Register map to read from
 * @reg: Register to be read from
 * @val: Pointer to store read value
 *
@@ -1770,7 +1770,7 @@ EXPORT_SYMBOL_GPL(regmap_read);
/**
 * regmap_raw_read(): Read raw data from the device
 *
 * @map: Register map to write to
 * @map: Register map to read from
 * @reg: First register to be read from
 * @val: Pointer to store read value
 * @val_len: Size of data to read
@@ -1882,7 +1882,7 @@ EXPORT_SYMBOL_GPL(regmap_fields_read);
/**
 * regmap_bulk_read(): Read multiple registers from the device
 *
 * @map: Register map to write to
 * @map: Register map to read from
 * @reg: First register to be read from
 * @val: Pointer to store read value, in native register size for device
 * @val_count: Number of registers to read