]> Git Repo - linux.git/commitdiff
ASoC: wcd9335.h: fix duplicated word
authorRandy Dunlap <[email protected]>
Sun, 19 Jul 2020 18:09:01 +0000 (11:09 -0700)
committerMark Brown <[email protected]>
Mon, 20 Jul 2020 14:34:29 +0000 (15:34 +0100)
Fix the doubled word "in" in a comment by adding punctuation
in 3 places and capitalization.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/wcd9335.h

index 72060824c7436f95672156dd948e05167aa270f8..490fc44144a2a2f46e95d4426e267f26b1e77d76 100644 (file)
@@ -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)
This page took 0.056125 seconds and 4 git commands to generate.