* 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
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to