ALSA: asihpi: fix spellint typo in comments
authorWang Qing <wangqing@vivo.com>
Thu, 17 Sep 2020 07:55:52 +0000 (15:55 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Sep 2020 08:31:20 +0000 (10:31 +0200)
Change the comment typo: "ununsed" -> "unused".

Signed-off-by: Wang Qing <wangqing@vivo.com>
Link: https://lore.kernel.org/r/1600329372-2266-1-git-send-email-wangqing@vivo.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpios.h

index 26f7cf455a1e8e7b2645cd19244be8f98a6acfd4..9e551bc46264eb3bdaa7be48b27b57cb38638ad9 100644 (file)
@@ -67,7 +67,7 @@ struct hpi_ioctl_linux {
 };
 
 /* Conflict?: H is already used by a number of drivers hid, bluetooth hci,
-   and some sound drivers sb16, hdsp, emu10k. AFAIK 0xFC is ununsed command
+   and some sound drivers sb16, hdsp, emu10k. AFAIK 0xFC is unused command
 */
 #define HPI_IOCTL_LINUX _IOWR('H', 0xFC, struct hpi_ioctl_linux)