|
@@ -288,7 +288,7 @@ int __init qede_init(void)
|
|
|
}
|
|
|
|
|
|
/* Must register notifier before pci ops, since we might miss
|
|
|
- * interface rename after pci probe and netdev registeration.
|
|
|
+ * interface rename after pci probe and netdev registration.
|
|
|
*/
|
|
|
ret = register_netdevice_notifier(&qede_netdev_notifier);
|
|
|
if (ret) {
|
|
@@ -988,7 +988,7 @@ static int __qede_probe(struct pci_dev *pdev, u32 dp_module, u8 dp_level,
|
|
|
if (rc)
|
|
|
goto err3;
|
|
|
|
|
|
- /* Prepare the lock prior to the registeration of the netdev,
|
|
|
+ /* Prepare the lock prior to the registration of the netdev,
|
|
|
* as once it's registered we might reach flows requiring it
|
|
|
* [it's even possible to reach a flow needing it directly
|
|
|
* from there, although it's unlikely].
|