[PATCH][next] staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"

From: Colin Ian King
Date: Thu Feb 17 2022 - 05:47:54 EST


There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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