diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 20:09:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-20 16:34:28 +0200 |
commit | e1b4a53df26956620fc093219a725f44405db781 (patch) | |
tree | 6c9fd5c13b7bcd1ed464ecbc18fc7feaa6975667 /sound | |
parent | ASoC: Intel: Skylake: Avoid the use of one-element array (diff) | |
download | linux-e1b4a53df26956620fc093219a725f44405db781.tar.xz linux-e1b4a53df26956620fc093219a725f44405db781.zip |
ASoC: tegra20_das.h: delete duplicated words
Delete the doubled word "to" in two comments.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200719180912.30770-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/tegra/tegra20_das.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra20_das.h b/sound/soc/tegra/tegra20_das.h index 16b95b770a1d..d22abc4d08e6 100644 --- a/sound/soc/tegra/tegra20_das.h +++ b/sound/soc/tegra/tegra20_das.h @@ -91,14 +91,14 @@ struct tegra20_das { */ /* - * Connect a DAP to to a DAC + * Connect a DAP to a DAC * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC* */ extern int tegra20_das_connect_dap_to_dac(int dap_id, int dac_sel); /* - * Connect a DAP to to another DAP + * Connect a DAP to another DAP * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP* * master: Is this DAP the master (1) or slave (0) |