Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec...
[firefly-linux-kernel-4.4.55.git] / drivers / s390 / scsi / zfcp_fc.c
index bb2752b4130fde32f21982248171b895e5f5c3cc..35493a82d2a8accd43afb2fc2af0c43385d1df38 100644 (file)
@@ -116,7 +116,7 @@ static void zfcp_wka_port_put(struct zfcp_wka_port *wka_port)
 {
        if (atomic_dec_return(&wka_port->refcount) != 0)
                return;
-       /* wait 10 miliseconds, other reqs might pop in */
+       /* wait 10 milliseconds, other reqs might pop in */
        schedule_delayed_work(&wka_port->work, HZ / 100);
 }