> diff --git a/arch/m68k/include/asm/mac_iop.h b/arch/m68k/include/asm/mac_iop.h > index fde874a..df3ea1a 100644 > --- a/arch/m68k/include/asm/mac_iop.h > +++ b/arch/m68k/include/asm/mac_iop.h > @@ -48,7 +48,7 @@ > > /* IOP message status codes */ > > -#define IOP_MSGSTATUS_UNUSED 0 /* Unusued message structure */ > +#define IOP_MSGSTATUS_UNUSED 0 /* Unused message structure */ > #define IOP_MSGSTATUS_WAITING 1 /* waiting for channel > */ > #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */ > #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply > rcvd */
I'd prefer that the length of the line is not reduced, so that the ends of the lines remain flush. -- -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
