OSDN Git Service

regmap: Fix apostrophe usage
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Sep 2011 14:24:54 +0000 (15:24 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 30 Sep 2011 10:20:14 +0000 (11:20 +0100)
An apostrophe does not mean "look out, here comes an s!".

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regcache.c

index 4dfab41..2caf6e4 100644 (file)
@@ -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.
                 */