[PATCH] drivers: net: wwan: wwan_core.c: resolved spelling mistake

From: Muhammad Muzammil
Date: Tue Oct 10 2023 - 00:55:17 EST


resolved typing mistake from devce to device

Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@xxxxxxxxx>
---
drivers/net/wwan/wwan_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wwan/wwan_core.c b/drivers/net/wwan/wwan_core.c
index 87df60916960..12c3ff91a239 100644
--- a/drivers/net/wwan/wwan_core.c
+++ b/drivers/net/wwan/wwan_core.c
@@ -302,7 +302,7 @@ static void wwan_remove_dev(struct wwan_device *wwandev)

static const struct {
const char * const name; /* Port type name */
- const char * const devsuf; /* Port devce name suffix */
+ const char * const devsuf; /* Port device name suffix */
} wwan_port_types[WWAN_PORT_MAX + 1] = {
[WWAN_PORT_AT] = {
.name = "AT",
--
2.27.0