Archived
14
0
Fork 0

regmap: Fix typo in kerneldoc for regmap_update_bits()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2011-10-28 23:46:18 +02:00
parent 7ea7580183
commit b973aa3624

View file

@ -547,7 +547,7 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
EXPORT_SYMBOL_GPL(regmap_bulk_read); EXPORT_SYMBOL_GPL(regmap_bulk_read);
/** /**
* remap_update_bits: Perform a read/modify/write cycle on the register map * regmap_update_bits: Perform a read/modify/write cycle on the register map
* *
* @map: Register map to update * @map: Register map to update
* @reg: Register to update * @reg: Register to update