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

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: asihpi: fix spellint typo in comments

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>

authored by

Wang Qing and committed by
Takashi Iwai
2b987515 2b3d2987

+1 -1
+1 -1
sound/pci/asihpi/hpios.h
··· 67 67 }; 68 68 69 69 /* Conflict?: H is already used by a number of drivers hid, bluetooth hci, 70 - and some sound drivers sb16, hdsp, emu10k. AFAIK 0xFC is ununsed command 70 + and some sound drivers sb16, hdsp, emu10k. AFAIK 0xFC is unused command 71 71 */ 72 72 #define HPI_IOCTL_LINUX _IOWR('H', 0xFC, struct hpi_ioctl_linux) 73 73