Skip to content

Commit

Permalink
ALSA: asihpi: fix spellint typo in comments
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Wang Qing authored and tiwai committed Sep 21, 2020
1 parent 2b3d298 commit 2b98751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/asihpi/hpios.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2b98751

Please sign in to comment.