diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 20:09:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-20 16:34:29 +0200 |
commit | 09e5209087294f444efa7af07442faf886fcc6b9 (patch) | |
tree | 22d3e2a573ed8bcac1770a7101d31fe0be49c751 /sound/soc | |
parent | ASoC: tegra20_das.h: delete duplicated words (diff) | |
download | linux-09e5209087294f444efa7af07442faf886fcc6b9.tar.xz linux-09e5209087294f444efa7af07442faf886fcc6b9.zip |
ASoC: wcd9335.h: fix duplicated word
Fix the doubled word "in" in a comment by adding punctuation
in 3 places and capitalization.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200719180901.30720-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wcd9335.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/wcd9335.h b/sound/soc/codecs/wcd9335.h index 72060824c743..490fc44144a2 100644 --- a/sound/soc/codecs/wcd9335.h +++ b/sound/soc/codecs/wcd9335.h @@ -4,9 +4,9 @@ #define __WCD9335_H__ /* - * WCD9335 register base can change according to the mode it works in - * in slimbus mode the reg base starts from 0x800 - * in i2s/i2c mode the reg base is 0x0 + * WCD9335 register base can change according to the mode it works in. + * In slimbus mode the reg base starts from 0x800. + * In i2s/i2c mode the reg base is 0x0. */ #define WCD9335_REG(pg, r) ((pg << 8) | (r)) #define WCD9335_REG_OFFSET(r) (r & 0xFF) |