Skip to content

Commit

Permalink
regmap: Fix apostrophe usage
Browse files Browse the repository at this point in the history
An apostrophe does not mean "look out, here comes an s!".

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 30, 2011
1 parent 4d2dc09 commit 5fcd256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 5fcd256

Please sign in to comment.