提交 95b8cb89 编写于 作者: C Colin Ian King 提交者: Greg Kroah-Hartman

staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"

trivial fix to spelling mistake in dev_err messages
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NJulian Calaby <julian.calaby@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2938f208
......@@ -1006,7 +1006,7 @@ static int sdio_sync_ext(struct wilc *wilc, int nint)
u32 reg;
if (nint > MAX_NUM_INT) {
dev_err(&func->dev, "Too many interupts (%d)...\n", nint);
dev_err(&func->dev, "Too many interrupts (%d)...\n", nint);
return 0;
}
if (nint > MAX_NUN_INT_THRPT_ENH2) {
......
......@@ -1082,7 +1082,7 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint)
int ret, i;
if (nint > MAX_NUM_INT) {
dev_err(&spi->dev, "Too many interupts (%d)...\n", nint);
dev_err(&spi->dev, "Too many interrupts (%d)...\n", nint);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册