Skip to content
Snippets Groups Projects
Commit 3cfea6b5 authored by Florian Pose's avatar Florian Pose
Browse files

Minor change.

parent 670b1480
No related branches found
No related tags found
No related merge requests found
......@@ -3015,7 +3015,7 @@ static pci_ers_result_t e100_io_error_detected(struct pci_dev *pdev, pci_channel
struct net_device *netdev = pci_get_drvdata(pdev);
struct nic *nic = netdev_priv(netdev);
/* Similar to calling e100_down(), but avoids adapter I/O. */
/* Similar to calling e100_down(), but avoids adapter I/O. */
netdev->stop(netdev);
if (!nic->ecdev) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment