Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers: net: wwan: wwan_core.c: resolved spelling mistake

resolved typing mistake from devce to device

Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231013042304.7881-1-m.muzzammilashraf@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Muhammad Muzammil and committed by
Jakub Kicinski
97ddc25a c60991f8

+2 -2
+2 -2
drivers/net/wwan/wwan_core.c
··· 302 302 303 303 static const struct { 304 304 const char * const name; /* Port type name */ 305 - const char * const devsuf; /* Port devce name suffix */ 305 + const char * const devsuf; /* Port device name suffix */ 306 306 } wwan_port_types[WWAN_PORT_MAX + 1] = { 307 307 [WWAN_PORT_AT] = { 308 308 .name = "AT", ··· 1184 1184 */ 1185 1185 put_device(&wwandev->dev); 1186 1186 1187 - rtnl_lock(); /* Prevent concurent netdev(s) creation/destroying */ 1187 + rtnl_lock(); /* Prevent concurrent netdev(s) creation/destroying */ 1188 1188 1189 1189 /* Remove all child netdev(s), using batch removing */ 1190 1190 device_for_each_child(&wwandev->dev, &kill_list,