Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / arch / sparc / kernel / auxio.c
index 118f3eca373ea4bb70505a6a29cdb32c39375f26..baf4ed3fb0f3d116f6966c48a93a6b7551884bc0 100644 (file)
@@ -88,7 +88,7 @@ void set_auxio(unsigned char bits_on, unsigned char bits_off)
                break;
        case sun4m:
                if(!auxio_register)
-                       break;     /* VME chassic sun4m, no auxio. */
+                       break;     /* VME chassis sun4m, no auxio. */
                regval = sbus_readb(auxio_register);
                sbus_writeb(((regval | bits_on) & ~bits_off) | AUXIO_ORMEIN4M,
                        auxio_register);