diff options
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | 2015-08-12 03:02:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-12 08:36:32 -0400 |
commit | b486afbd1baf796a9e4b793b2f9121c12e1469af (patch) | |
tree | c060afb7dce0a526037bc68294f4afa0873cfffb | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) |
regmap: fix typos in regmap.c
There are two typos in drivers/base/regmap/regmap.c, and they may
introduce some noise when checking new patches.
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/base/regmap/regmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c index 7111d04f2621..cae3f268267e 100644 --- a/drivers/base/regmap/regmap.c +++ b/drivers/base/regmap/regmap.c | |||
@@ -1740,7 +1740,7 @@ EXPORT_SYMBOL_GPL(regmap_bulk_write); | |||
1740 | * | 1740 | * |
1741 | * the (register,newvalue) pairs in regs have not been formatted, but | 1741 | * the (register,newvalue) pairs in regs have not been formatted, but |
1742 | * they are all in the same page and have been changed to being page | 1742 | * they are all in the same page and have been changed to being page |
1743 | * relative. The page register has been written if that was neccessary. | 1743 | * relative. The page register has been written if that was necessary. |
1744 | */ | 1744 | */ |
1745 | static int _regmap_raw_multi_reg_write(struct regmap *map, | 1745 | static int _regmap_raw_multi_reg_write(struct regmap *map, |
1746 | const struct reg_default *regs, | 1746 | const struct reg_default *regs, |
@@ -2050,7 +2050,7 @@ static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, | |||
2050 | 2050 | ||
2051 | /* | 2051 | /* |
2052 | * Some buses or devices flag reads by setting the high bits in the | 2052 | * Some buses or devices flag reads by setting the high bits in the |
2053 | * register addresss; since it's always the high bits for all | 2053 | * register address; since it's always the high bits for all |
2054 | * current formats we can do this here rather than in | 2054 | * current formats we can do this here rather than in |
2055 | * formatting. This may break if we get interesting formats. | 2055 | * formatting. This may break if we get interesting formats. |
2056 | */ | 2056 | */ |