Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Mark Brown
09e52090 e1b4a53d

+3 -3
+3 -3
sound/soc/codecs/wcd9335.h
··· 4 4 #define __WCD9335_H__ 5 5 6 6 /* 7 - * WCD9335 register base can change according to the mode it works in 8 - * in slimbus mode the reg base starts from 0x800 9 - * in i2s/i2c mode the reg base is 0x0 7 + * WCD9335 register base can change according to the mode it works in. 8 + * In slimbus mode the reg base starts from 0x800. 9 + * In i2s/i2c mode the reg base is 0x0. 10 10 */ 11 11 #define WCD9335_REG(pg, r) ((pg << 8) | (r)) 12 12 #define WCD9335_REG_OFFSET(r) (r & 0xFF)