aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Qing <[email protected]>2020-09-17 15:55:52 +0800
committerTakashi Iwai <[email protected]>2020-09-21 10:31:20 +0200
commit2b987515e1d18836d9df96a5876290c8c8208348 (patch)
treed13fb498b553f6d27996c7b084f323d1ee014781
parent2b3d2987d800cc6dd8f6459971bc332354bd6a31 (diff)
ALSA: asihpi: fix spellint typo in comments
Change the comment typo: "ununsed" -> "unused". Signed-off-by: Wang Qing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r--sound/pci/asihpi/hpios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpios.h b/sound/pci/asihpi/hpios.h
index 26f7cf455a1e..9e551bc46264 100644
--- a/sound/pci/asihpi/hpios.h
+++ b/sound/pci/asihpi/hpios.h
@@ -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)