]> git.karo-electronics.de Git - linux-beck.git/commitdiff
regmap: Fix typo in kerneldoc for regmap_update_bits()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 28 Oct 2011 21:46:18 +0000 (23:46 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 Nov 2011 11:32:55 +0000 (11:32 +0000)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap.c

index bf441db1ee90af507ac3597e6a32dd1a3cbfec10..6ef4518aec7a55846482e4f84d9c955628d0a385 100644 (file)
@@ -547,7 +547,7 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
 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
  * @reg: Register to update