diff mbox series

sound/pci/asihpi: fix spellint typo in comments

Message ID 1600329372-2266-1-git-send-email-wangqing@vivo.com (mailing list archive)
State New, archived
Headers show
Series sound/pci/asihpi: fix spellint typo in comments | expand

Commit Message

王擎 Sept. 17, 2020, 7:55 a.m. UTC
Change the comment typo: "ununsed" -> "unused".

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 sound/pci/asihpi/hpios.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Sept. 21, 2020, 8:31 a.m. UTC | #1
On Thu, 17 Sep 2020 09:55:52 +0200,
Wang Qing wrote:
> 
> Change the comment typo: "ununsed" -> "unused".
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>

Applied now.  Thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/asihpi/hpios.h b/sound/pci/asihpi/hpios.h
index 26f7cf4..9e551bc
--- 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)