From: shaomin Deng Date: Thu, 21 Jul 2022 15:55:17 +0000 (-0400) Subject: ALSA: asihpi: Fix typo in comments X-Git-Tag: v6.0-rc1~93^2~9^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f2a3c182d545261c36f94510134f5e9fb918f5;p=thirdparty%2Flinux.git ALSA: asihpi: Fix typo in comments Delete the repeated word "in" in comments. Signed-off-by: shaomin Deng Link: https://lore.kernel.org/r/20220721155517.2438-1-dengshaomin@cdjrlc.com Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/asihpi/hpi6205.c b/sound/pci/asihpi/hpi6205.c index 3d6914c64c4a8..27e11b5f70b97 100644 --- a/sound/pci/asihpi/hpi6205.c +++ b/sound/pci/asihpi/hpi6205.c @@ -445,7 +445,7 @@ void HPI_6205(struct hpi_message *phm, struct hpi_response *phr) /* SUBSYSTEM */ /** Create an adapter object and initialise it based on resource information - * passed in in the message + * passed in the message * *** NOTE - you cannot use this function AND the FindAdapters function at the * same time, the application must use only one of them to get the adapters *** */