]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/cio/cio.c
fix similar typos to successfull
[linux-2.6-omap-h63xx.git] / drivers / s390 / cio / cio.c
index 06b71823f3991b7e23d6810d13be0f6c0f5cee20..659f8a791656f472a22c18a99c14e45211185c97 100644 (file)
@@ -379,7 +379,7 @@ int cio_commit_config(struct subchannel *sch)
                if (ccode < 0) /* -EIO if msch gets a program check. */
                        return ccode;
                switch (ccode) {
-               case 0: /* successfull */
+               case 0: /* successful */
                        if (stsch(sch->schid, &schib) ||
                            !css_sch_is_valid(&schib))
                                return -ENODEV;