tree-wide: Assorted spelling fixes
[firefly-linux-kernel-4.4.55.git] / drivers / net / qlge / qlge_main.c
index 894a7c84faeff851d2de5ca2a6112fe3107a7bd5..a35845b48ea4fbf1fa3e72987640c89fcf1c6a0e 100644 (file)
@@ -3517,7 +3517,7 @@ int ql_wol(struct ql_adapter *qdev)
                wol |= MB_WOL_MODE_ON;
                status = ql_mb_wol_mode(qdev, wol);
                QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n",
-                       (status == 0) ? "Sucessfully set" : "Failed", wol,
+                       (status == 0) ? "Successfully set" : "Failed", wol,
                        qdev->ndev->name);
        }