Commit 5fcd2560 authored by Mark Brown's avatar Mark Brown

regmap: Fix apostrophe usage

An apostrophe does not mean "look out, here comes an s!".
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4d2dc095
......@@ -118,7 +118,7 @@ int regcache_init(struct regmap *map)
return -ENOMEM;
map->reg_defaults = tmp_buf;
} else {
/* Some devices such as PMIC's don't have cache defaults,
/* Some devices such as PMICs don't have cache defaults,
* we cope with this by reading back the HW registers and
* crafting the cache defaults by hand.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment