[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070307225702.GA1040@strauss.suse.de>
Date: Wed, 7 Mar 2007 23:57:02 +0100
From: Bernhard Walle <bwalle@...e.de>
To: fastboot@...ts.osdl.org,
linux kernel mailing list <linux-kernel@...r.kernel.org>
Subject: Re: [Fastboot] [PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline
* Pavel Machek <pavel@....cz> [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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists