3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

netdev: Fix typo

This commit is contained in:
Denis Kenzior 2016-12-20 10:31:33 -06:00
parent 1378830a2c
commit adde4e2db9

View File

@ -329,7 +329,7 @@ static void netdev_connect_failed(struct l_genl_msg *msg, void *user_data)
netdev->disconnect_cmd_id = 0;
/* Done this way to allow re-entract netdev_connect calls */
/* Done this way to allow re-entrant netdev_connect calls */
netdev_connect_free(netdev);
if (connect_cb)