[PATCH 4/6] ALSA: hdspm: Fix typo arbitary
![](https://secure.gravatar.com/avatar/e94b77d79ad68f3bc838a1797af7ed05.jpg?s=120&d=mm&r=g)
Fix comment typo. s/arbitary/arbitrary/
Signed-off-by: Naoki Hayama naoki.hayama@lineo.co.jp --- sound/pci/rme9652/hdspm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 572350aaf18d..a808b445afd8 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1217,7 +1217,7 @@ static int snd_hdspm_use_is_exclusive(struct hdspm *hdspm) return ret; }
-/* round arbitary sample rates to commonly known rates */ +/* round arbitrary sample rates to commonly known rates */ static int hdspm_round_frequency(int rate) { if (rate < 38050)
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
On Thu, 08 Oct 2020 10:47:44 +0200, Naoki Hayama wrote:
Fix comment typo. s/arbitary/arbitrary/
Signed-off-by: Naoki Hayama naoki.hayama@lineo.co.jp
Applied now. Thanks.
Takashi
participants (2)
-
Naoki Hayama
-
Takashi Iwai