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",
         */
        put_device(&wwandev->dev);
 
-       rtnl_lock();    /* Prevent concurent netdev(s) creation/destroying */
+       rtnl_lock();    /* Prevent concurrent netdev(s) creation/destroying */
 
        /* Remove all child netdev(s), using batch removing */
        device_for_each_child(&wwandev->dev, &kill_list,