소스 검색

regmap: Fix apostrophe usage

An apostrophe does not mean "look out, here comes an s!".

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 14 년 전
부모
커밋
5fcd256076
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/base/regmap/regcache.c

+ 1 - 1
drivers/base/regmap/regcache.c

@@ -118,7 +118,7 @@ int regcache_init(struct regmap *map)
 			return -ENOMEM;
 			return -ENOMEM;
 		map->reg_defaults = tmp_buf;
 		map->reg_defaults = tmp_buf;
 	} else {
 	} 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
 		 * we cope with this by reading back the HW registers and
 		 * crafting the cache defaults by hand.
 		 * crafting the cache defaults by hand.
 		 */
 		 */