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

ASoC: various vendors: delete repeated words in comments

Drop the repeated words {related, we, is, the} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200808012209.10880-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Randy Dunlap and committed by
Mark Brown
0d8aa2cc 549ade57

+6 -6
+1 -1
sound/soc/fsl/fsl_dma.c
··· 154 154 /** 155 155 * fsl_dma_update_pointers - update LD pointers to point to the next period 156 156 * 157 - * As each period is completed, this function changes the the link 157 + * As each period is completed, this function changes the link 158 158 * descriptor pointers for that period to point to the next period. 159 159 */ 160 160 static void fsl_dma_update_pointers(struct fsl_dma_private *dma_private)
+1 -1
sound/soc/intel/skylake/skl-sst.c
··· 354 354 /* 355 355 * if bytes_left > 0 then wait for BDL complete interrupt and 356 356 * copy the next chunk till bytes_left is 0. if bytes_left is 357 - * is zero, then wait for load module IPC reply 357 + * zero, then wait for load module IPC reply 358 358 */ 359 359 while (bytes_left > 0) { 360 360 curr_pos = size - bytes_left;
+1 -1
sound/soc/meson/axg-tdm-formatter.c
··· 398 398 /* 399 399 * If the list is not empty, it would mean that one of the formatter 400 400 * widget is still powered and attached to the interface while we 401 - * we are removing the TDM DAI. It should not be possible 401 + * are removing the TDM DAI. It should not be possible 402 402 */ 403 403 WARN_ON(!list_empty(&ts->formatter_list)); 404 404 mutex_destroy(&ts->lock);
+1 -1
sound/soc/sprd/sprd-pcm-compress.c
··· 559 559 } else { 560 560 /* 561 561 * If the data count is larger than the available spaces 562 - * of the the stage 0 IRAM buffer, we should copy one 562 + * of the stage 0 IRAM buffer, we should copy one 563 563 * partial data to the stage 0 IRAM buffer, and copy 564 564 * the left to the stage 1 DDR buffer. 565 565 */
+1 -1
sound/soc/sunxi/sun4i-codec.c
··· 335 335 336 336 /* 337 337 * FIXME: Undocumented in the datasheet, but 338 - * Allwinner's code mentions that it is related 338 + * Allwinner's code mentions that it is 339 339 * related to microphone gain 340 340 */ 341 341 if (of_device_is_compatible(scodec->dev->of_node,
+1 -1
sound/soc/ti/davinci-mcasp.c
··· 633 633 * right channels), so it has to be divided by number 634 634 * of tdm-slots (for I2S - divided by 2). 635 635 * Instead of storing this ratio, we calculate a new 636 - * tdm_slot width by dividing the the ratio by the 636 + * tdm_slot width by dividing the ratio by the 637 637 * number of configured tdm slots. 638 638 */ 639 639 mcasp->slot_width = div / mcasp->tdm_slots;