[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220217104747.15424-1-colin.i.king@gmail.com>
Date: Thu, 17 Feb 2022 10:47:47 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Jérôme Pouiller
<jerome.pouiller@...abs.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"
There is a spelling mistake in a dev_warn message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
drivers/staging/wfx/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wfx/main.c b/drivers/staging/wfx/main.c
index 0ddc67b56589..d832a22850c7 100644
--- a/drivers/staging/wfx/main.c
+++ b/drivers/staging/wfx/main.c
@@ -190,7 +190,7 @@ bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor)
goto next;
}
if (chunk_len > WFX_PDS_MAX_CHUNK_SIZE)
- dev_warn(wdev->dev, "PDS:%d: unexpectly large chunk\n", chunk_num);
+ dev_warn(wdev->dev, "PDS:%d: unexpectedly large chunk\n", chunk_num);
if (buf[4] != '{' || buf[chunk_len - 1] != '}')
dev_warn(wdev->dev, "PDS:%d: unexpected content\n", chunk_num);
--
2.34.1
Powered by blists - more mailing lists