* Pavel Machek <[EMAIL PROTECTED]> [2007-03-07 23:45]: > > > + if ((&wakeup_end - &wakeup_start) > (PAGE_SIZE*2)) > > printk(KERN_CRIT > > - "ACPI: Wakeup code way too big, will crash on attempt to > > suspend\n"); > > + "ACPI: Wakeup code way too big, will crash on attempt" > > + " to suspend\n"); > > Hmm, if you split it like > printk(KERN_CRIT "ACPI: Wakeup code way too big, will crash" > "on attempt to suspend\n"); > > ...you'll still keep 80-column rule while keeping it readable.
But I guess with a space after "crash" or before "on" :) Regards, Bernhard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/