Commit b973aa3624a531c7d2b4d8d199142299488f573e
1 parent
7ea7580183
Exists in
master
and in
6 other branches
regmap: Fix typo in kerneldoc for regmap_update_bits()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/base/regmap/regmap.c
... | ... | @@ -547,7 +547,7 @@ |
547 | 547 | EXPORT_SYMBOL_GPL(regmap_bulk_read); |
548 | 548 | |
549 | 549 | /** |
550 | - * remap_update_bits: Perform a read/modify/write cycle on the register map | |
550 | + * regmap_update_bits: Perform a read/modify/write cycle on the register map | |
551 | 551 | * |
552 | 552 | * @map: Register map to update |
553 | 553 | * @reg: Register to update |